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
Currently the parameters mysql-ssl_p2s_cert and mysql-ssl_p2s_key are gloval variables.
This works fine if the certificate and key is shared across the replication group (writer + additional replicas).
In GCP when using cloudsql and multiple replicas, each instance has its own ca, certificate and key.
This makes the connection through TLS impossible because we can only set certificate once for everything (ca is probably good because we have to option to set capath with multiple ca certificates).
With the above configuration (as expected) we get the following errors on the replicas:
Currently the parameters mysql-ssl_p2s_cert and mysql-ssl_p2s_key are gloval variables.
This works fine if the certificate and key is shared across the replication group (writer + additional replicas).
In GCP when using cloudsql and multiple replicas, each instance has its own ca, certificate and key.
This makes the connection through TLS impossible because we can only set certificate once for everything (ca is probably good because we have to option to set capath with multiple ca certificates).
With the above configuration (as expected) we get the following errors on the replicas:
The text was updated successfully, but these errors were encountered: