Search code examples
javasslhttpsapache-camelrestlet

Camel Restlet -How to expose service using SSL


I'm exposing few REST services using the latest Apache Camel (2.14), more precisely using the Restlet Component (http://camel.apache.org/restlet.html).

Is there a way to expose the services under HTTPS ? I cannot find any documentation explaining how to set the SSL keystore, keystore password, etc...


Solution

  • Current camel-restlet doesn't support set the SSLContext information, I just fill a JIRA for it.