Hi!

Ok, so I just tried using HttpClient directly with the
EasySSLProtocolSocketFactory.  HttpClient was able to communicate fine with
my Restlet server via HTTPS with my self-signed certificate.

On Thu, Jun 19, 2008 at 7:38 PM, Eben <[EMAIL PROTECTED]> wrote:

> Hello,
>
> I was wondering if anyone had some ideas or experience on the following
> matter.


> So I am trying to run my Restlet-based app in our QA environment.  In that
> environment I am using a self-signed certificate for Tomcat's HTTPS on the
> server side.
>
.....

At this point I have determined I have two options:
> 1. Persuade Restlet Client to have HttpClient use the
> org.apache.commons.httpclient.contrib.ssl.EasySSLProtocolSocketFactory for
> handling HTTPS requests
> 2. Just use HttpClient directly and have it use the
> org.apache.commons.httpclient.contrib.ssl.EasySSLProtocolSocketFactory.
>

Option 2 works, but it would be spectacular if Restlet had:

Would it be worthwhile to add a 'HTTPS_EASY' to the Restlet Protocol class
> that would use the EasySSLProtocolSocketFactory?


  -Eben

Reply via email to