Skip to content

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

@LucaPrete

Description

@LucaPrete

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions