Open
Description
When using BoltConn without root, the proxy can only be accessed without encryption.
It would be great to allow support for HTTPS:
me@host~> curl -4IL --proxy http://127.0.0.1:9961 https://example.com
HTTP/1.1 200 OK
HTTP/2 200
me@host~> curl -4IL --proxy https://127.0.0.1:9961 --cacert ~/.local/share/boltconn/cert/crt.pem https://example.com
curl: (35) TLS connect error: error:0A0000C6:SSL routines::packet length too long
Also, would HTTP2 support be hard to implement?
Metadata
Metadata
Assignees
Labels
No labels