Aldo
Aldo

Reputation: 559

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

Upvotes: 0

Views: 995

Answers (1)

Willem Jiang
Willem Jiang

Reputation: 3291

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

Upvotes: 1

Related Questions