bruno
bruno copied to clipboard
Allow TLS version 1.0
I am testing webservices published in a very old system and I received this message when trying to use https:
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!