Https request with selfsigned certificat

Hi,

I'm running an Express.js server on my personnal computer in https mode. The certificate is self-signed. I get an answer with Postman but my app returns a 1101 (Unable to get a response ...). My certificate has been generated with Open-SSL and I'm quite sure that it works, Postman get an answer. The app works well in http.

Anyone has an idea ?

Thanks,

Serge.

Try a url with the webviewer and ignoreSSLErrors ticked?

image

On my knowledge, the WebViewer does not allow to get / post data to a JSON server. I explored events / method of WebViewer and I found nothing about JSON serialization nor gottext events. Did I miss something ?

Thanks