kirinlabs/HttpRequest

The Ignore Https certificate validation is unable

Opened this issue · 0 comments

10vez commented

I use the code req.SetTLSClient(&tls.Config{InsecureSkipVerify: true}) . But it can't set ignore Https success.
But i use the net/http package can set ignore Https success.
Is there a problem with this code?