kumuluz / kumuluzee

Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
https://ee.kumuluz.com
MIT License
291 stars 71 forks source link

Added SSL support for KumuluzEE. To enable SSL, users have to set the… #36

Closed osbeorn closed 7 years ago

osbeorn commented 7 years ago

Added SSL support for KumuluzEE. This resolves #33.

To enable SSL, users have to set the ENABLE_SSL=true environment property and specify the keystore path and password using the KEYSTORE_PATH and KEYSTORE_PASSWORD environment variables.

The default HTTPS port is set to 8443.

Users can force SSL by using the FORCE_SSL=true variable.