这是indexloc提供的服务,不要输入任何密码
Skip to content

Failing making requests with Client Certificates #5179

@nmolham-godaddy

Description

@nmolham-godaddy

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
}

Screenshots/Live demo link

Image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions