Comment #494
Charles MERLEN wrote
the following reply to
https://www.jvt.me/posts/2019/08/06/openssl-proxy/:
The proxy not need the "http://" prefix ! As mentionned into the Documentation of Openssl, host:port is required. : openssl s_client -showcerts -connect "jvt.me:443" -proxy proxy.example.com:8888 ...
Reply to this comment