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

HTTPS #318

Open
c8agomez opened this issue Aug 20, 2024 · 4 comments
Open

HTTPS #318

c8agomez opened this issue Aug 20, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@c8agomez
Copy link

Is it possible to load the web as https?

@c8agomez c8agomez added the enhancement New feature or request label Aug 20, 2024
@DaanSelen
Copy link
Collaborator

Currently, as far as I am aware not, you can put a reverse proxy or apache machine in front which handles the TLS. Good Feature Request!

@donaldzou
Copy link
Owner

There is a way to use CertBot (self-signed certificate) with Gunicorn. I'm doing some testing and will post some updates in here.

@c8agomez
Copy link
Author

Thanks. At the moment I have done it through apache but it generates some slowness sometimes.

@c8agomez
Copy link
Author

Currently, as far as I am aware not, you can put a reverse proxy or apache machine in front which handles the TLS. Good Feature Request!
That's what I had to do to get https. At the moment I am with apache with a self signed certificate as it is a local server not a public domain. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants