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

Please upgrade nginx-ingress to fix invalid protocol error #9991

Closed
floek opened this issue Apr 30, 2022 · 3 comments
Closed

Please upgrade nginx-ingress to fix invalid protocol error #9991

floek opened this issue Apr 30, 2022 · 3 comments

Comments

@floek
Copy link

floek commented Apr 30, 2022

Name and Version

bitnami/nginx-ingress-controller:9.1.26

What steps will reproduce the bug?

Add nginx.ingress.kubernetes.io/from-to-www-redirect:true

--> Redirect has an invalid location

It is already fixed in upstream.

Are you using any custom parameters or values?

No response

What is the expected behavior?

HTTP/2 308
date: Sat, 30 Apr 2022 06:39:56 GMT
content-type: text/html
content-length: 164
location: https://www.domain.de

What do you see instead?

HTTP/2 308
date: Sat, 30 Apr 2022 06:39:56 GMT
content-type: text/html
content-length: 164
location: nil://www.domain.de

Additional information

kubernetes/ingress-nginx#8468
kubernetes/ingress-nginx#8462

@fmulero
Copy link
Collaborator

fmulero commented May 3, 2022

Thanks for letting us know. The fix is available in version 1.2.0, that version was already detected by our automated test & release pipeline but there are some changes in the upstream code that requires some manual changes on our side in order to adapt the mentioned pipeline.

We will update this thread once released the new version.

@Mauraza
Copy link
Contributor

Mauraza commented May 6, 2022

Hi @floek,

Version 1.2.0 was released. Could you confirm that the upstream issue was fixed?

@floek
Copy link
Author

floek commented May 6, 2022

Hi @Mauraza,

its fixed. Thank you.

@floek floek closed this as completed May 6, 2022
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

3 participants