HTTP -> HTTPS redirect seem to be buggy #1604
Replies: 1 comment 1 reply
-
This has been solved in the next version (beta.184 - not released yet). After updating, please regenerate the labels. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While deploying an application I encountered weird behaviour when enabling the "Force HTTPS" flag.
I have a domainname and I want
.www.DOMAIN
andDOMAIN
to be redirected to https. Unfortunately I could not figure out how to do it. In the Domain Input I entered all FQDN with http and https prefix (image). The value I entered washttps://${DOMAIN},https://www.${DOMAIN},http://${DOMAIN},http://www.${DOMAIN}
(image).When resolving
https://${DOMAIN}
andhttps://www.${DOMAIN}
everything is working fine but when resolvinghttp://${DOMAIN}
andhttp://www.${DOMAIN}
I get redirected to the 404 redirect url (image).curl to
http://${DOMAIN}
image (⛔ - should get redirected to https)curl to
https://${DOMAIN}
image (✅)Am I configuring it wrong? Is this just buggy behaviour?
Beta Was this translation helpful? Give feedback.
All reactions