Re: HTTPS with Tomcat

2009-12-01 Thread Dustin N. Jenkins
Thanks, Bruno. I am using the Client certificate authentication method. It does look like the best way to do it is to place a ChallengeAuthenticator in front of my resource to ensure there is Certifiate authorization. Does that sound right? Thank you, Dustin Bruno Harbulot wrote: > Hi Dus

Re: HTTPS with Tomcat

2009-11-30 Thread Dustin N. Jenkins
Perfect, thank you Bruno. Dustin Bruno Harbulot wrote: > Hi Dustin, > > If you're running within Tomcat (or other servlet containers), it's > Tomcat that deals with the SSL connector, not the Restlet connector. > Therefore, this setup has nothing to do with what's on the Restlet wiki > regard

Re: HTTPS with Tomcat

2009-11-30 Thread Bruno Harbulot
Hi Dustin, If you're running within Tomcat (or other servlet containers), it's Tomcat that deals with the SSL connector, not the Restlet connector. Therefore, this setup has nothing to do with what's on the Restlet wiki regarding SslContextFactories (which are only for connections with a direct

HTTPS with Tomcat

2009-11-30 Thread Dustin N. Jenkins
I'm using Java 1.6, RESTlet 2.0M6, Tomcat 6.0.20, on a Linux system. My Tomcat runs a Connector on port 8443 to support HTTPS connections, and my Apache configuration is proxying to it. It's not using the AJP, but just with Redirects. I'm not sure how to setup SSL Certificates with my REST app