Skip to content

Commit 507cd4c

Browse files
committed
docs(options): Add skip_verify to ParseURL
Signed-off-by: Julien Riou <[email protected]>
1 parent 3bdfeef commit 507cd4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

options.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ func NewDialer(opt *Options) func(context.Context, string, string) (net.Conn, er
267267
// URL attributes (scheme, host, userinfo, resp.), query parameters using these
268268
// names will be treated as unknown parameters
269269
// - unknown parameter names will result in an error
270+
// - use "skip_verify=true" to ignore TLS certificate validation
270271
//
271272
// Examples:
272273
//

0 commit comments

Comments
 (0)