Page 1 of 1

Problem using SSL with the Appery proxy and Test Service function

Posted: Wed May 01, 2013 2:51 pm
by Chris Easton

Is there a problem using SSL with self signed certificates in the Appery proxy and test service environments?
We get a "javax.net.ssl.SSLHandshakeException" using both the proxy and test service function. Running the same SSL service without the proxy in test application mode works OK. Running service without SSL is also OK. Running the service directly in a browser is also OK.
We had expected that when testing the service without using the proxy it should go directly to the specified server - but it appears to call http://appery.io/app/rest/html5/testC... which in turn produces the SSL Handshake exception


Problem using SSL with the Appery proxy and Test Service function

Posted: Wed May 01, 2013 3:00 pm
by maxkatz

Yes, it's a known issue. We are working on fixing it.

When you test the service from the builder -- it doesn't matter whether the proxy is on or off -- the request goes from a server to your service.


Problem using SSL with the Appery proxy and Test Service function

Posted: Mon Jan 19, 2015 8:17 am
by Ambika P5280138

Hi,

I'm also have this issue how to solve this.

Proxy is on my service and i have error on "Error while sending request: handshake alert: unrecognized_name"


Problem using SSL with the Appery proxy and Test Service function

Posted: Fri Jan 23, 2015 1:32 pm
by Maryna Brodina

Hello!

Replied via email. For anyone else - the problem is in a self-signed certificate. The only workaround at the moment is to use http protocol for the time of a development process.

We created a task to add such an option.