Replies: 1 comment
-
Do you know if this something that should be managed in the go-mssqldb driver based on a connection string setting, or does it already support what you are asking for and go-sqlcmd needs to pass some value? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
When using -N switch, I run into below error, and also since the
GODEBUG=x509ignoreCN=0 flag will be removed in Go 1.17
, is there anyway that we can skip the tls verify?tls=skip-verify
Thanks.x509: certificate relies on legacy Common Name field, use SANs or temporarily enable Common Name matching with GODEBUG=x509ignoreCN=0)
Beta Was this translation helpful? Give feedback.
All reactions