I extended the HttpClientHelper and overrode configure to register the https scheme
schemeRegistry.register(new Scheme("https",
SSLSocketFactory.getSocketFactory(), 443));
and now have https working
So now just the other problem where the client seems to stop in the middle of
making multiple requests, see original post
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2702689

