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