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

Faster TLS? #8

Closed
IgnacioFDM opened this issue Oct 9, 2022 · 4 comments
Closed

Faster TLS? #8

IgnacioFDM opened this issue Oct 9, 2022 · 4 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@IgnacioFDM
Copy link

Right now this plugin does a full TLS handshake on every request, which slows things down quite a bit if there's some latency because of the roundtrips. Are there any plans to improve this?

@Polarhigh
Copy link
Member

This will be resolved in issue #4

@IgnacioFDM
Copy link
Author

I'm not an expert on http, but I think what that issue mentions (keep alive, which is only a thing for http 1 too) is not the same as what would be needed here (tls session resumption?). Also tls 1.3 would reduce another rountrip I believe (I'm not sure if there is tls 1.3 support now)

@Polarhigh
Copy link
Member

I googled "tls keep alive" and found answers like this https://stackoverflow.com/a/66696813/14027659, so I figured that's what you meant. Unfortunately, I don't know much about how TLS works (and keep alive, etc), so I can't say much more at this point

@Polarhigh Polarhigh added this to the v1.4.0 milestone Aug 15, 2024
@Polarhigh Polarhigh self-assigned this Aug 15, 2024
@Polarhigh Polarhigh added the enhancement New feature or request label Aug 15, 2024
@Polarhigh
Copy link
Member

keep-alive significantly reduces request time to the same host, including TLS connections
done in #24

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
None yet
Development

No branches or pull requests

2 participants