-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
I have checked the following:
- I have searched existing issues and found nothing related to my issue.
This bug is:
- making Bruno unusable for me
- slowing me down but I'm able to continue working
- annoying
- this feature was working in a previous version but is broken in the current release.
Bruno version
2.8.0
Operating System
macOs 13.7.6 (22H625)
Describe the bug
Making request to URLs with Client Certificates defined for that domain in the collection yields ERR_SSL_SSLV3_ALERT_HANDSHAKE_FAILURE
error:
1288492026720:error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE:../../third_party/boringssl/src/ssl/tls_record.cc:572:SSL alert number 40
Appreciate your support 🙏
.bru file to reproduce the bug
meta {
name: Token TEST
type: http
seq: 2
}
post {
url: https://example.domain.com/sso/token
body: json
auth: none
}
headers {
Content-Type: application/json
}
body:json {
{
"realm": "cert"
}
}
settings {
encodeUrl: true
}