Wondering if python-socks has support for HTTPS proxy (HTTP proxy over SSL).
To clarify, I do not mean an HTTP proxy that supports CONNECT. I'm specifically speaking on HTTP proxy over SSL. In other words, directly on connection with a proxy the client begins the SSL/TLS handshake (before ever sending any HTTP request - nested SSL tunneling can happen thereafter if need be).
I briefly went through the code and did not see this implementation - wondering if I missed something.
Thank you!