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
{{ message }}
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
I get a "could not connect SSL required but server does not support SSL", if I just take out the requireSSL=true it connects, but doing a show variables like 'have_ssl' it says DISABLED.
Am I missing something?
The text was updated successfully, but these errors were encountered:
So I get no errors when I start with this setup:
however, when I try to connect with
jdbc:mysql://localhost:3306/testdb?useSSL=true&requireSSL=true&verifyServerCertificate =true&clientCertificateKeyStoreUrl=file:ssl/localhost.jks&clientCertificateKeyStorePassword=redacted&trustCertificateKeyStoreUrl=file:ssl/localhostca.jks&trustCertificateKeyStorePassword=redacted
I get a "could not connect SSL required but server does not support SSL", if I just take out the requireSSL=true it connects, but doing a show variables like 'have_ssl' it says DISABLED.
Am I missing something?
The text was updated successfully, but these errors were encountered: