How to make https requests on a system with outdated openssl #670
Unanswered
greatmaxix
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an old server with old OpenSSL 1.0.2.
Whenever I do http requests useing curl i get curl: (35) error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol since I guess openssl 1.0.2 does not support current protocols or smth.
I can't really update openssl on this machine, it is pointless having to update all of the dependencies and i will break a lot of stuff.
What I want to achieve is to use resty to make http requests without rellying on system openss, is it possible, where should i dig?
Beta Was this translation helpful? Give feedback.
All reactions