logzio / guice-jersey

Guice module for starting Jetty based rest server with Jersey
Apache License 2.0
40 stars 11 forks source link

How does one enable TLS in the embedded jetty server? #15

Open 1010sachin opened 5 years ago

1010sachin commented 5 years ago

Hi, I am trying to use this project to start an embedded jetty server with TLS support using keystore and SSLContextFactory (https://www.eclipse.org/jetty/documentation/9.4.x/embedded-examples.html#embedded-many-connectors), but could not find a way to add an additional connector to the JerseyConfigurationBuilder object. Is this supported? If yes, then can you point me to an example or changes that I would need to do to implement this.