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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: