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.
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 theKEYSTORE_PATH
andKEYSTORE_PASSWORD
environment variables.The default HTTPS port is set to 8443.
Users can force SSL by using the
FORCE_SSL=true
variable.