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
returnString(localized:"Switch SSL Mode to Verify CA (validates the CA chain but skips hostname check), or update the host field to match the certificate.")
87
99
case.clientCertRequired:
88
100
returnString(localized:"Provide the client certificate and key paths in the SSL tab.")
101
+
case.clientKeyPassphraseRequired:
102
+
returnString(localized:"Open the connection editor, switch to the SSL tab, and enter the Key Passphrase.")
103
+
case.clientKeyPassphraseIncorrect:
104
+
returnString(localized:"Open the connection editor, switch to the SSL tab, and correct the Key Passphrase.")
105
+
case.clientKeyInvalid:
106
+
returnString(localized:"Check that the Client Key path points to a valid PEM private key.")
89
107
case.cipherMismatch:
90
108
returnString(localized:"Update the server's TLS configuration or use a newer database server version that supports modern ciphers.")
0 commit comments