RE: Re: HTTPS connector

2010-08-27 Thread Thierry Boileau
Hello Nicho, Bruno, you can check this page, that gives more details about connectors and how to add them to your project: http://wiki.restlet.org/docs_1.1/13-restlet/27-restlet/37-restlet.html Best regards, Thierry Boileau -- http://restlet.t

Re: HTTPS connector

2010-08-25 Thread Bruno Harbulot
Hi Nicho, It looks like you need to add the com.noelios.ext.net or com.noelios.ext.httpclient jars to your classpath. Best wishes, Bruno. On 16/08/10 17:30, webp...@tigris.org wrote: > I am writing HTTPs client code as below, but encountered warning message. I > am using Restlet 1.1. I suspec

HTTPS connector

2010-08-18 Thread webpost
I am writing HTTPs client code as below, but encountered warning message. I am using Restlet 1.1. I suspect I lost jar file in my classpath. could youi please point out whiat jar files I need to. my client code is: System.setProperty("javax.net.ssl.trustStore", "c:\\storefile"); System.

Re: How to create multiple https connector with different certificates?

2008-08-04 Thread Bruno Harbulot
Hi, Bruce Lee wrote: Thanks for the information, I guess we will have to wait until Restlet 1.1 becomes stable so we can try out the feature. I've put some documentation in the wiki. If possible, you could this try when Restlet 1.1-M5 is out (probably easier than subversion builds). This woul

Re: How to create multiple https connector with different certificates?

2008-08-01 Thread Bruce Lee
Hi, Thanks for the information, I guess we will have to wait until Restlet 1.1 becomes stable so we can try out the feature. Regards,

Re: How to create multiple https connector with different certificates?

2008-07-31 Thread Bruno Harbulot
Hi, You would need one of the latest subversion revisions to do this. Some changes regarding this problem are very recent (yesterday). You can do this by having a Context per Server and a distinct SslContextFactory in each. The documentation will improve, meanwhile you can check these two

How to create multiple https connector with different certificates?

2008-07-31 Thread Bruce Lee
Hi, I'm trying to setup a host with the following address but have different certificate. https://localhost:8080 https://localhost:8082 My problem is although the server connectors seems to start correctly, when I check the certificate for each of the site, it shows the same certificate. I'm no