bruno icon indicating copy to clipboard operation
bruno copied to clipboard

Allow TLS version 1.0

Open tlaloc911 opened this issue 1 year ago • 0 comments

I am testing webservices published in a very old system and I received this message when trying to use https:

image
Error invoking remote method 'send-http-request': Error: write EPROTO 55840392:error:100000f0:SSL routines:OPENSSL_internal:UNSUPPORTED_PROTOCOL:..\..\third_party\boringssl\src\ssl\handshake_client.cc:703:

Searching similar errors in other contexts it seems I need to force somewhere to use tls 1.0 in order to get the connection done. Is there any place to do this?

Thanks!

tlaloc911 avatar Mar 04 '24 18:03 tlaloc911