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

Make lode be able to optionally serve over HTTPS (behind a reverse proxy) #22

Open
LucaPrete opened this issue Aug 8, 2019 · 0 comments

Comments

@LucaPrete
Copy link
Contributor

Lode is currently not able to optionally serve files over HTTPS, if behind a reverse proxy.

This is due to two issues:

  1. The servlet hardcodes the http:// prefix while loading css/js resources -> should be changed to // to automatically adapt to the schema
  2. The jetty configuration needs to be instructed to forward https headers to the application so that it can automatically adapt to the schema in use
LucaPrete added a commit to LucaPrete/LODE that referenced this issue Aug 8, 2019
essepuntato added a commit that referenced this issue Sep 7, 2019
…ttps

[#22] Update pom.xml and LodeServlet.java to optionally serve content through HTTPS
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

1 participant