Re: Restlet client freezing on HTTPS requests

2013-02-11 Thread Jerome Louvel
Hi Allan, Thanks for the report. We had other persons reported similar issues with HTTPS: https://github.com/restlet/restlet-framework-java/issues/702 We'll investigate and try to fix this issue week, before releasing 2.1.2 and 2.2 M2. Thanks, Jerome -- http://restlet.com http://twitter.com/#!/j

Restlet client freezing on HTTPS requests

2013-01-31 Thread Allan Taschini
I'm trying to create a client-server application in Java using HTTPS and XML posts with Restlet. I've followed various tutorials, and managed to run the server side without problems (it responds correctly if I connect to it with a browser), but as soon I start the client they both freeze: the c