Replies: 2 comments
-
It sounds like an issue between your OpenSSL install and what the server is talking. I'd try searching about OpenSSL error code 167772427, and the reason "wrong version number". You could take a look at how new/old your local openssl package is, and whether it supports TLS 1.2. You could also try figuring out what version of TLS the server is actually using. |
Beta Was this translation helpful? Give feedback.
-
According to the devs, the server uses TLS1.2. But I just tried with curl and I can't reach it with that either, so probably the problem is somewhere else:
I'll ask them how do they test the connection. |
Beta Was this translation helpful? Give feedback.
-
Greetings,
I'm trying to send a POST request to an HTTPS server that uses TLSv1.2. Those are the functions involved in building and sending the request:
I tried building my HTTPS client with different options, here is what I tried and the relative error:
(I'm on Arch Linux, so native tls should use OpenSSL)
Is this an issue with the initial TLS negotiation?
Thank you for your help,
GTP95
Beta Was this translation helpful? Give feedback.
All reactions