-
Notifications
You must be signed in to change notification settings - Fork 404
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
[BUG] http2: invalid Upgrade request header: ["spdy/3.1"] #638
Comments
/cc @rambohe-ch |
@rambohe-ch Yes, I would like to. Cause I need to finish some jobs in hand before starting this one, I would like to leave this issue unassigned. Other contributors are very welcome. |
@DrmagicE ok, i got it. |
Solve by #673. closed |
What happened:
Yurthub is unable to forward exec requests. Here is the error logs:
kubectl error log:
Yurthub error log:
What you expected to happen:
Yurthub can forward exec requests.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
I think this is because there are some compatible issues between spdy and HTTP/2. When serving spdy, we have to disable HTTP2 transport.
A possible solution: https://github.com/pomerium/pomerium/pull/2134/files
Environment:
kubectl version
):cat /etc/os-release
):uname -a
):others
/kind bug
The text was updated successfully, but these errors were encountered: