Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upTLS? #83
Comments
stephanbuys
closed this
Sep 5, 2018
This comment has been minimized.
This comment has been minimized.
stephanbuys
commented
Sep 28, 2018
|
Referencing #101 and re-opening. It would be great to get exposed to hyper in some way. Ideally a builder step. We're considering forking or patching |
stephanbuys
reopened this
Sep 28, 2018
This comment has been minimized.
This comment has been minimized.
|
I would like to provide TLS support built-in, but I haven't explored/decided on the exact details.
In the meantime, in order to support #101 and such, I believe some kind of |
added a commit
that referenced
this issue
Sep 28, 2018
seanmonstar
referenced this issue
Sep 28, 2018
Merged
Add ability to use a custom "incoming" stream of connections with Server #102
added a commit
that referenced
this issue
Sep 28, 2018
added a commit
that referenced
this issue
Sep 28, 2018
seanmonstar
added
the
feature
label
Oct 2, 2018
This comment has been minimized.
This comment has been minimized.
|
I'm leaning towards providing TLS via rustls. |
This comment has been minimized.
This comment has been minimized.
stephanbuys
commented
Nov 21, 2018
|
@seanmonstar it seems like a really good choice - great defaults and lots of support for CA certificate management. |
This comment has been minimized.
This comment has been minimized.
andy-rust
commented
Nov 25, 2018
|
As far as I understand, now there is the ability to use a custom "incoming" stream of connections with Server. Could anyone be so kind as to share a working Warp + TLS example using this feature? |
stephanbuys commentedAug 30, 2018
Hi all, simple question - is warp ready to be run using TLS? I'm suspecting its a bit early for the question and that some
hyperinnards need to be exposed in the API first?