jpillora / chisel

A fast TCP/UDP tunnel over HTTP
MIT License
12.36k stars 1.32k forks source link

Getting error tls: failed to verify certificate on connecting with https #502

Closed swatiShinghal closed 3 months ago

swatiShinghal commented 4 months ago

We have a requirement to connect with https, but with skipping tls certificate check, as the certificate is not known. Tried with tls-skip-verify,but still not working.

swatiShinghal commented 3 months ago

Got a solution for it