How to skip HTTPS certificate authentication #282
Closed
charlienss
started this conversation in
General
Replies: 1 comment
-
The following methods can be used to solve: transport := &http.Transport{TLSClientConfig: &tls.Config{InsecureSkipVerify: true}} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to skip HTTPS certificate authentication
Beta Was this translation helpful? Give feedback.
All reactions