Skip to content

Conversation

iFission
Copy link

@iFission iFission commented Apr 2, 2024

use case:
skip hostname verification

code allows for both insecureSkipTlsVerify and certs:

InsecureSkipVerify: opts.tlsInsecureSkipTLSVerify,

		config.Net.TLS.Config = &tls.Config{
			ServerName:         opts.tlsServerName,
			InsecureSkipVerify: opts.tlsInsecureSkipTLSVerify,
		}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant