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
The tls param can be enabled with a custom value, or just true.
It doesn't seem that it's possible to modify the config if set to true, and I'm having trouble figuring out how that is useful. It doesn't appear possible to use a blank config.
Error log
The tls package produced this error on attempt to connect to Amazon Aurora with tls=true:
either ServerName or InsecureSkipVerify must be specified in the tls.Config
Configuration
Driver version (or git SHA):
Go version: go1.7.4 darwin/amd64
Server version: Amazon Aurora
The text was updated successfully, but these errors were encountered:
Issue description
The
tls
param can be enabled with a custom value, or justtrue
.It doesn't seem that it's possible to modify the config if set to
true
, and I'm having trouble figuring out how that is useful. It doesn't appear possible to use a blank config.Error log
The
tls
package produced this error on attempt to connect to Amazon Aurora withtls=true
:Configuration
Driver version (or git SHA):
Go version: go1.7.4 darwin/amd64
Server version: Amazon Aurora
The text was updated successfully, but these errors were encountered: