TadashiKanda edited a comment on pull request #650:
URL: https://github.com/apache/guacamole-client/pull/650#issuecomment-953968337
Thank you for confirmation.
Added a comment.
``` 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");
```
Please check.
--
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]