Is there a way to ignore https exception (security exception like untrusted self-signed certificate would throw) from the SDK? This is more for testing purpose so it doesn't block testing under test environment.
Even after trusting all certificates in the path of the original certificate (on the test machine) it would throw 12175. I know there is an issue with the certificate since it shows as red in the browser. Anyhow let me know if there is a workaround.
Even after trusting all certificates in the path of the original certificate (on the test machine) it would throw 12175. I know there is an issue with the certificate since it shows as red in the browser. Anyhow let me know if there is a workaround.