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
Hence, it tries to connect to a new host likely with a different hostname and certificate, but still asks x509 to verify against the old hostname, which always fails:
x509: certificate is valid for [old hostname], not [newly found hostname]
The text was updated successfully, but these errors were encountered:
Here when gh-ost is recursively finding masters:
gh-ost/go/mysql/utils.go
Line 131 in b7db8c6
It copies the entire
connectionConfig
, including the privatetlsConfig
field:gh-ost/go/mysql/connection.go
Line 49 in b7db8c6
without updating its hostname:
gh-ost/go/mysql/connection.go
Line 98 in b7db8c6
Hence, it tries to connect to a new host likely with a different hostname and certificate, but still asks x509 to verify against the old hostname, which always fails:
The text was updated successfully, but these errors were encountered: