I am using polipo with tor, on Debian 9
when i try http proxy it works curl --proxy http://127.0.0.1:8123 https://api.ipify.org
but when i try the https proxy it does not work curl --proxy https://127.0.0.1:8123 https://api.ipify.org -v
* Rebuilt URL to: https://api.ipify.org/
* Trying 127.0.0.1...
* TCP_NODELAY set
* Connected to (nil) (127.0.0.1) port 8123 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs
* TLSv1.2 (OUT), TLS header, Certificate Status (22):
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* Unknown SSL protocol error in connection to 127.0.0.1:8123
* Curl_http_done: called premature == 0
* Closing connection 0
curl: (35) Unknown SSL protocol error in connection to 127.0.0.1:8123
I am using polipo with tor, on Debian 9 when i try http proxy it works
curl --proxy http://127.0.0.1:8123 https://api.ipify.org
but when i try the https proxy it does not workcurl --proxy https://127.0.0.1:8123 https://api.ipify.org -v
here is my polipo config file