TadashiKanda edited a comment on pull request #650:
URL: https://github.com/apache/guacamole-client/pull/650#issuecomment-953968337


   Added a comment. Check this out.
   
   ``` java
           // For compatibility, set legacy useSSL property when SSL is 
disabled.
           if (sslMode == MySQLSSLMode.DISABLED)
               driverProperties.setProperty("useSSL", "false");
           // For compatibility, set legacy useSSL property when SSL is 
eisabled.(Required for mariadb connector/j)
           else
               driverProperties.setProperty("useSSL", "true");
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to