You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im missing the possibility to turn off verification of the certificate when using an https based url, either because I don't need it or I know it will fail.
InsecureSkipVerify = true (with default of false)
"Error in input [http_response]: Get https://foo.bar/: x509: certificate signed by unknown authority"
Thanks.
The text was updated successfully, but these errors were encountered:
Im missing the possibility to turn off verification of the certificate when using an https based url, either because I don't need it or I know it will fail.
InsecureSkipVerify = true (with default of false)
"Error in input [http_response]: Get https://foo.bar/: x509: certificate signed by unknown authority"
Thanks.
The text was updated successfully, but these errors were encountered: