Re: Re: Re: SSL Handshake Hangs

2014-04-25 Thread Jerome Louvel
Hi Roy, Excellent, thanks for the feed-back! BTW, I have fixed this issue in upcoming 2.2.1 so that manual registration of the HTTPS server helper isn't even necessary. Thanks, Jerome -- http://restlet.org @jlouvel On Fri, Apr 25, 2014 at 2:21 PM, Roy Olsen w

RE: Re: Re: SSL Handshake Hangs

2014-04-25 Thread Roy Olsen
Hi Jerome, Registering the server helper as you suggested solved the issue I had with 2.2.0. As you said with this version I only need to use the jars: org.restlet.jar org.restlet.ext.xml.jar Also, now that I'm using 2.2.0 my original problem is gone. Thanks for your help. Roy --

Re: Re: SSL Handshake Hangs

2014-04-23 Thread Jerome Louvel
Hi Roy, Thanks for the test, you spotted a bug in 2.2.0. The internal HTTPS server isn't properly registered with the engine. While we fix it for the upcoming 2.2.1, you can add this line somewhere before creating your HTTPS server: Engine.getInstance().getRegisteredServers().add(

RE: Re: SSL Handshake Hangs

2014-04-23 Thread Roy Olsen
Hi Jerome, Using the three jars from 2.2.0: org.restlet.jar org.restlet.ext.jsslutils.jar org.restlet.ext.xml.jar I'm getting the error "No available server connector supports the required protocols: 'HTTPS' . Please add the JAR of a matching connector to your classpath." Thanks, Roy

Re: SSL Handshake Hangs

2014-04-23 Thread Jerome Louvel
Hi Roy, In v2.2.0, the org.restlet.ext.ssl module has been split into: - an org.restlet.ext.jsslutils.jar module (not necessary for your case, integration with jSSLutils library for special SSL certificates) - the org.restlet.jar core module So, you should be able to remove the org.rest