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

KumuluzEE doesn't support SSL #33

Closed raphaelLacerda closed 7 years ago

raphaelLacerda commented 7 years ago

Guys,

i didn't find on the documentation how to configure the embedded jetty to run over HTTPS.

Is this a feature that is not possible yet using KumuluzEE?

For instance, to enable CORS, i had to add jetty-servlets dependency and enable it on web.xml configuration file. https://www.eclipse.org/jetty/documentation/9.4.x/cross-origin-filter.html

MBJuric commented 7 years ago

Hi, We provide HTTPS support in KumuluzEE Enterprise edition. However, we will soon provide support in Community edition as well. For microservices, having SSL support in microservice directly might not be best-practice, as it can make sense to offload SSL (for example: here). Best regards, Matjaz

MBJuric commented 7 years ago

Please have a look at: https://github.com/kumuluz/kumuluzee/wiki/TLS-SSL-support