Camel Restlet -How to expose service using SSL

2019-06-10 05:45发布

问题:

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...

回答1:

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