hjr3 / weldr

A HTTP 1.1 proxy written in Rust using tokio.
Apache License 2.0
217 stars 20 forks source link

support secure connections to backends (SSL/HTTPS) #46

Closed yanns closed 7 years ago

yanns commented 7 years ago

Support backends using a SSL certificate. Points to pay attention for:

hjr3 commented 7 years ago

We can also pin to a specific certs fingerprint.

hjr3 commented 7 years ago

https://crates.io/crates/hyper-tls is in progress for the client.