Reputation: 309
When I do a GET request from a site with self signed CERT, I get
"DEPTH_ZERO_SELF_SIGNED_CERT"
Any idea what I can do to fix it?
Upvotes: 1
Views: 4044
Reputation: 59638
In the http-request config tick the "Enable secure (SSL/TLS) connection" then add a new TLS config:
Then on the tls-config screen you can add the self signed certificate to the CA Certificate section or you can disable all SSL certificate checking by un tick the "Verify server certificate" box. (This is a bad idea as it makes it really easy for somebody to Man in the Middle the site)
Upvotes: 2