hjr3 / weldr

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

support SSL connection on the frontend #47

Open yanns opened 7 years ago

yanns commented 7 years ago

Goal: alacrity can listen on https, secured by a SSL certificate

Points to pay attention for:

hjr3 commented 7 years ago

👍 on the easy integration with let's encrypt. other than that, i think renewal is out of scope. i would look to nginx for an example of how to setup and configure the ssl cert.

hjr3 commented 7 years ago

the hyper tokio branch (and https://crates.io/crates/hyper-tls) has no support for this yet.