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

Enable https for web interface #126

Open
camueller opened this issue Jan 10, 2021 · 1 comment
Open

Enable https for web interface #126

camueller opened this issue Jan 10, 2021 · 1 comment
Assignees

Comments

@camueller
Copy link
Owner

camueller commented Jan 10, 2021

Google Chrome is more and more entforcing https - we should run on https as well.

https://www.thomasvitale.com/https-spring-boot-ssl-certificate/
https://www.baeldung.com/spring-boot-https-self-signed-certificate

@camueller camueller self-assigned this Jan 10, 2021
@starwarsfan
Copy link
Contributor

That's great but it should not be enforced in general because if a reverse proxy is used to terminate https, the traffic from the proxy to the application within the local network could still use http. You can do that with https of course but if it's a requirement to use https within the local network, you might have other issues... ;-)

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

2 participants