DRIVER-EU / test-bed-time-service

Time service for the test-bed, publishes the fictive time to Apache Kafka.
MIT License
0 stars 0 forks source link

SSL reverse proxy support #11

Open cdanger opened 5 years ago

cdanger commented 5 years ago

With a web browser, if we try to access the web UI behind the Traefik reverse proxy on the testbed, we have a blank page because the webapp is not designed to work behind a reverse proxy. However, a reverse proxy is required for communication security, i.e. SSL/TLS protection. You can test it with an Apache or NGINX (with SSL enabled) instead of Traefik to reproduce the issue outside the testbed.

cdanger commented 5 years ago

any progress on this?