xh
xh copied to clipboard
no-verify not the same as curl --insecure
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.