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

Fix TLS handshake on backend #520

Merged
merged 1 commit into from
Feb 19, 2020
Merged

Fix TLS handshake on backend #520

merged 1 commit into from
Feb 19, 2020

Conversation

jcmoraisjr
Copy link
Owner

A secure h2 connection to the backend was broken due to the missing alpn keyword. The protocol was correctly configured as h2 but the TLS handshake was using the default alpn config which is http1.1.

A secure h2 connection to the backend was broken due to the missing `alpn` keyword. The protocol was correctly configured as `h2` but the TLS handshake was using the default alpn config which is `http1.1`.
@jcmoraisjr jcmoraisjr merged commit e5889e3 into master Feb 19, 2020
@jcmoraisjr jcmoraisjr deleted the jm-backend-alpn branch February 19, 2020 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant