gh-ost/go
Dirkjan Bussink 40acde0222
Set the ServerName for TLS configuration (#988)
When TLS hostname validation used for the MySQL connection, the
ServerName property needs to be set so that it knows which name to
validate on the certificate.

Without this option and with InsecureSkipVerify set to false, validation
will error here with a fatal error otherwise:

```
FATAL tls: either ServerName or InsecureSkipVerify must be specified in the tls.Config
```
2021-06-17 14:51:43 +02:00
..
base hooks: reporting GH_OST_ETA_SECONDS. ETA as part of migration context (#936) 2021-05-31 14:15:51 +02:00
binlog add migrationcontext to gomysql_reader 2019-10-08 13:49:15 -04:00
cmd/gh-ost rm main 2021-01-13 17:21:21 +08:00
logic Enum to varchar (#963) 2021-06-10 17:17:49 +02:00
mysql Set the ServerName for TLS configuration (#988) 2021-06-17 14:51:43 +02:00
os renaming to gh-ost 2016-05-16 11:09:17 +02:00
sql Enum to varchar (#963) 2021-06-10 17:17:49 +02:00