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

enforce HTTPS on app #2

Closed
PookMook opened this issue Oct 31, 2017 · 2 comments
Closed

enforce HTTPS on app #2

PookMook opened this issue Oct 31, 2017 · 2 comments

Comments

@PookMook
Copy link

Hi, great project!
I wonder if there is a way to enforce HTTPS on apps created by captainDuckDuck.
I can enable HTTPS, and redirect it using .htaccess for instance, but a proper enforce at the NGinx gateway would be better!
Thanks!

@githubsaturn
Copy link
Collaborator

Thanks for your suggestion!
The redirection to HTTPS is typically being done at the application level as it's very common to track this redirection. Anyways, adding it to nginx only requires an additional server block. But it's trivial on the Captain side. I'll keep this issue open for some time to see if other people think this is a good feature to have.

githubsaturn pushed a commit that referenced this issue Nov 19, 2017
@benjaminboruff benjaminboruff mentioned this issue Dec 16, 2017
githubsaturn pushed a commit that referenced this issue Dec 28, 2017
@githubsaturn
Copy link
Collaborator

githubsaturn commented Dec 31, 2017

This feature is implemented in v0.4.0 🎉 🎊 🎉

https://github.com/githubsaturn/captainduckduck/releases/tag/v0.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants