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

Do not make 443 required when a SSL key is available #73

Closed
titogarrido opened this issue Dec 26, 2014 · 2 comments
Closed

Do not make 443 required when a SSL key is available #73

titogarrido opened this issue Dec 26, 2014 · 2 comments

Comments

@titogarrido
Copy link

Hi! Is it possible to do not make a rewrite for 443 when SSL is available? I would like to make it available on certain pages or when I use https on a link... How could I change this behavior?

Thanks in advance!

Tito

@hacker-h
Copy link

To serve traffic in both SSL and non-SSL modes without redirecting to SSL, you can include the environment variable HTTPS_METHOD=noredirect (the default is HTTPS_METHOD=redirect).

@tkw1536
Copy link
Collaborator

tkw1536 commented Apr 10, 2022

Issue resolved, 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