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

Protocols Are Not Scheme-Neutral #96

Open
tomrittervg opened this issue Dec 2, 2013 · 3 comments
Open

Protocols Are Not Scheme-Neutral #96

tomrittervg opened this issue Dec 2, 2013 · 3 comments

Comments

@tomrittervg
Copy link

I have Olelo installed and access it over HTTPS. The initial redirect sends me to /new - but this redirect happens over HTTP, and I leave HTTPS.

I can specify a root with 'base_path' but I cannot specify a scheme for redirects to favor. Better yet, automatically detect the scheme and keep the user on the same scheme.

@tomrittervg
Copy link
Author

I figured out that my deployment was not what you had in mind. I have it sitting behind a reverse proxy that talks to it over HTTP, so it (reasonably) concludes it should keep everything HTTP. It would be nice to have a switch in the config so this can be done without performing ugly hacks.

@minad
Copy link
Owner

minad commented Dec 3, 2013

Would you provide a patch?

@minad minad closed this as completed Dec 3, 2013
@minad minad reopened this Dec 3, 2013
@samba
Copy link

samba commented May 1, 2014

@tomrittervg I have mine operating behind an Nginx proxy that enforces SSL, and appears to be working in this regard. You can see a (redacted) configuration here: http://paste.debian.net/hidden/088dad59/

Mine does have other issues as in #98 though.

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