We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
When I issue an http CONNECT request to a route, I receive the following error message:
400 Bad request Your browser sent an invalid request.
Which seems like the verb is no longer supported at the infrastructure level. It worked with a previous version of OpenShift (v3.11.0+07ae5a0-606).
Sample HTTP request: CONNECT target-host:22 HTTP/1.1\r\nHost: route-host\r\n
CONNECT target-host:22 HTTP/1.1\r\nHost: route-host\r\n
Version 4.15.0-0.okd-2024-03-10-010116
How reproducible 100%
Log bundle I don't have access
The text was updated successfully, but these errors were encountered:
It looks like the request can go through, but only when the target-host and route-host match.
target-host
route-host
Sorry, something went wrong.
ausil
No branches or pull requests
Describe the bug
When I issue an http CONNECT request to a route, I receive the following error message:
Which seems like the verb is no longer supported at the infrastructure level. It worked with a previous version of OpenShift (v3.11.0+07ae5a0-606).
Sample HTTP request:
CONNECT target-host:22 HTTP/1.1\r\nHost: route-host\r\n
Version
4.15.0-0.okd-2024-03-10-010116
How reproducible
100%
Log bundle
I don't have access
The text was updated successfully, but these errors were encountered: