You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
I am setting up a new ssl tunnel using this library. Everything works great except for the ALPN negotiation. When I use firefox it sends h2-12, SPDY3, and HTTP1.1. I am getting a negotiation with HTTP1.1. If I use openssl with s_client and use the -alpn flag then the server will return h2-12 correctly.
What it looks like is openssl needs some way to specify what ALPN protocol should be negotiated. Using s_server there is a flag -alpn we can specify this. Is it possible to set something like that with this library?
The text was updated successfully, but these errors were encountered:
I am setting up a new ssl tunnel using this library. Everything works great except for the ALPN negotiation. When I use firefox it sends h2-12, SPDY3, and HTTP1.1. I am getting a negotiation with HTTP1.1. If I use openssl with s_client and use the -alpn flag then the server will return h2-12 correctly.
What it looks like is openssl needs some way to specify what ALPN protocol should be negotiated. Using s_server there is a flag -alpn we can specify this. Is it possible to set something like that with this library?
—
Reply to this email directly or view it on GitHub.
I am setting up a new ssl tunnel using this library. Everything works great except for the ALPN negotiation. When I use firefox it sends h2-12, SPDY3, and HTTP1.1. I am getting a negotiation with HTTP1.1. If I use openssl with s_client and use the -alpn flag then the server will return h2-12 correctly.
What it looks like is openssl needs some way to specify what ALPN protocol should be negotiated. Using s_server there is a flag -alpn we can specify this. Is it possible to set something like that with this library?
The text was updated successfully, but these errors were encountered: