I’m using network.get()/network.request() to connect to a dev/testing server that has a self-signed ssl certificate.
Is there a way to disable to checking of the valid certificate authority chain when accessing my development server? I have a valid SSL cert to use on the real server, but I’m using a self signed cert for development, and the network.request() call fails with this:
Network Error!
The certificate for this server is invalid. You might be connecting to a server that is pretending to be “mysite.dev” which could put your confidential information at risk.
[import]uid: 14461 topic_id: 33238 reply_id: 333238[/import]