xh icon indicating copy to clipboard operation
xh copied to clipboard

no-verify not the same as curl --insecure

Open jedahan opened this issue 1 year ago • 2 comments

when connecting to a self signed cert with an unknown issuer, passing --no-verify still throws this error:

error trying to connect: invalid peer certificate contents: invalid peer certificate: UnknownIssuer

When I run the same command with curl --insecure, it works.

I don't have a great understanding of SSL, so appreciate any insight here.

jedahan avatar Jun 02 '23 17:06 jedahan