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
When I initially implemented SSL in #88, I erroneously assumed that Client Certificates were required. This is not the case. SSL can be initiated without client certificates.
This clears up my confusion about SslMode=Preferred. That option is meant to connect to servers that have SSL enabled by default with no extra client configuration. MySqlConnector should check the initial handshake packet when SslMode=Preferred and attempt to connect via SSL if the SSL flag is set.
The text was updated successfully, but these errors were encountered:
caleblloyd
added a commit
to caleblloyd/MySqlConnector
that referenced
this issue
Jan 11, 2017
When I initially implemented SSL in #88, I erroneously assumed that Client Certificates were required. This is not the case. SSL can be initiated without client certificates.
This clears up my confusion about
SslMode=Preferred
. That option is meant to connect to servers that have SSL enabled by default with no extra client configuration. MySqlConnector should check the initial handshake packet whenSslMode=Preferred
and attempt to connect via SSL if theSSL
flag is set.The text was updated successfully, but these errors were encountered: