naciohr
Results
2
comments of
naciohr
Hello, I'm getting the same issue. For what I've observed, openssl v3 starts the handshake on TLS1.0 always whatever specified with -tlsv1x option. ```bash root@7e651c66d765:/# openssl s_client -connect -trace -no_tls1...
Correct. However, even if it should not be considered, I specified tlsv1.2 and it used 1.3 in curl. You should see the details capturing the traffic with wireshark. I had...