ninenines / gun

HTTP/1.1, HTTP/2, Websocket client (and more) for Erlang/OTP.
ISC License
891 stars 232 forks source link

WIP: Add support for connecting to TLS origins via TLS proxies #197

Closed essen closed 5 years ago

essen commented 5 years ago

Still need to add ALPN support and to wait before trying to send data on a proxied TLS connection that didn't complete its handshake.

Please experiment and provide feedback!

essen commented 5 years ago

The feature should be more or less ready. Any review would be much appreciated!

essen commented 5 years ago

Merged!