Skip to content
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

http CONNECT requests blocked by route #2047

Open
seanmacavaney opened this issue Oct 25, 2024 · 1 comment
Open

http CONNECT requests blocked by route #2047

seanmacavaney opened this issue Oct 25, 2024 · 1 comment
Assignees

Comments

@seanmacavaney
Copy link

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

Version
4.15.0-0.okd-2024-03-10-010116

How reproducible
100%

Log bundle
I don't have access

@seanmacavaney
Copy link
Author

It looks like the request can go through, but only when the target-host and route-host match.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants