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
Is alpn equal to [ "h2" ] if it is [ "h2", "http/1.1" ] on the client ?
Because when the server is http/1.1 + tls but the client is h2 and http/1.1, it doesn't connect. But it connects when the client is only http/1.1.