Products | Versions |
---|---|
TIBCO Data Virtualization | 8.5.2 |
In some instances, some 5.5 MySql servers will need 2 extra parameters in the end of the JDBC string in order to connect correctly.
"?useSSL=false&allowPublicKeyRetrieval=true"
This is based on the way the server is configured.
Using the useSSL=False flag disables SSL requirements for the connection, making it compatible with previous versions which do not support SSL connections or do not have the configuration enabled.
And the allowPublicKeyRetrieval=true flag allows the client to automatically request the RSA public key from the server.