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

Option to disable "SSL preference" #295

Closed
bluepuma77 opened this issue Nov 17, 2015 · 2 comments
Closed

Option to disable "SSL preference" #295

bluepuma77 opened this issue Nov 17, 2015 · 2 comments

Comments

@bluepuma77
Copy link

For some tests I needed to reach a subdirectory via SSL. Now suddenly every access is redirected to SSL, which really breaks some things.

I found in the documentation "If a container has a usable cert, port 80 will redirect to 443 for that container so that HTTPS is always preferred when available".

In general it's a good idea to prefer the secure connection, but in some cases it's not. So it would be great to have an option to disable the preference and just stick with the original connection type.

@kamermans
Copy link
Contributor

I second this request. In my use case, I have several subdomains that are served, all of which are covered by a wildcard SSL cert, but only some of them should be served via SSL by default. It would be nice to turn the auto-SSL redirect on or off via an environment variable.

@tkw1536
Copy link
Collaborator

tkw1536 commented Apr 10, 2022

Resolved by solved by HTTPS_METHOD=noredirect, closing.

@tkw1536 tkw1536 closed this as completed Apr 10, 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