You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Proxy Verifier uses the generic openssl context creation API which negotiates the highest version of TLS agreed upon by both the Prover Verifier host and the peer. The version node, if specified in the YAML protocol:tls node, is ignored. It could be helpful for testing purposes to support parsing this node and negotiating that version of TLS in the handshake, both for the client via the session:protocol:tls:version node and for the server on the proxy-request:protocol:tls:version node.
The text was updated successfully, but these errors were encountered:
Currently, Proxy Verifier uses the generic openssl context creation API which negotiates the highest version of TLS agreed upon by both the Prover Verifier host and the peer. The
version
node, if specified in the YAMLprotocol:tls
node, is ignored. It could be helpful for testing purposes to support parsing this node and negotiating that version of TLS in the handshake, both for the client via thesession:protocol:tls:version
node and for the server on theproxy-request:protocol:tls:version
node.The text was updated successfully, but these errors were encountered: