Hi Karafman,

You can achieve that in two different ways.

1) Create org.ops4j.pax.web.cfg file

a) Setup parameters defined in --> http://wiki.ops4j.org/display/paxweb/SSL+Configuration

   * *org.osgi.service.http.secure.enabled*to*true*
   * *org.ops4j.pax.web.ssl.keystore*
   * 
*org.ops4j.pax.web.ssl.password*<http://docs.codehaus.org/display/JETTY/How+to+configure+SSL#HowtoconfigureSSL-step4>
   * *org.ops4j.pax.web.ssl.keypassword*


    or
b) Add the property org.ops4j.pax.web.config.file=./etc/jetty.xml and configure jetty.xml file containing HTTPS connector

Regards,

Charles

On 21/03/11 18:28, karafman wrote:
All,

Currently, I'm using Jetty to create an restful endpoint used by Camel
inside of Karaf.  I'd like to use HTTPS, does anyone have a suggestion about
how to do that?

Karaf 2.0.0
Camel 2.5


-----
Karafman
Slayer of the JEE
Pounder of the Perl Programmer

--
View this message in context: 
http://karaf.922171.n3.nabble.com/Configuring-Jetty-in-Karaf-to-use-HTTP-instead-of-HTTPS-tp2710871p2710871.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to