DescartesResearch / TeaStore

A micro-service reference test application for model extraction, cloud management, energy efficiency, power prediction, single- and multi-tier auto-scaling
https://se.informatik.uni-wuerzburg.de
Apache License 2.0
118 stars 137 forks source link

Implementation of HTTPS Support for TeaStore #192

Closed simontrapp closed 3 years ago

simontrapp commented 3 years ago

This implementation adds an optional and working implementation of HTTPS connectors (port 8443) to the tomcat docker base image. An example deployment file is given for docker-compose. Further, a script is included to create custom certificates for different host names. HTTP connectivity is still given on port 8080 and the implementation passes the existing tests.