Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TLS support #5

Open
jorgeajimenezl opened this issue Mar 30, 2022 · 1 comment
Open

Add TLS support #5

jorgeajimenezl opened this issue Mar 30, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@jorgeajimenezl
Copy link
Owner

TLS support for apps that not support http proxies

@jorgeajimenezl jorgeajimenezl added the enhancement New feature or request label Mar 30, 2022
jorgeajimenezl added a commit that referenced this issue Apr 4, 2022
@jorgeajimenezl jorgeajimenezl reopened this Apr 4, 2022
@jorgeajimenezl
Copy link
Owner Author

jorgeajimenezl commented Apr 4, 2022

Exists some issue the hyper_tls::TlsStream<tokio::net::TcpStream> that broke the steram at Upgrade phase (see

let tls_stream = try_or_error!(acceptor.unwrap().accept(stream).await, "TLS handshake error: {}");
).
Then:

  • Review hyper_tls::TlsStream<tokio::net::TcpStream> to find issues in the implementation
  • Fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

1 participant