Replies: 1 comment
-
Yes, this is normal. The RFC for http/2 says TLS (1.2 or higher) is required for http/2, although the w3 working group says it's not required. Doing a quick check locally, Firefox requires TLS for http/2. I suspect that chrome and powershell also require tls for http/2. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've looked in the documentation and it seems that http2 is active by default. In the git examples, let's take “chat”. When I run the example, it does indeed say: “>> http2: true”.
The problem is that in firefox, chrome and powershell, they all tell me that they've received "http1.1".
Is this normal?
Beta Was this translation helpful? Give feedback.
All reactions