TadashiKanda commented on pull request #650:
URL: https://github.com/apache/guacamole-client/pull/650#issuecomment-953958346
Thank you for confirmation.
Corrected by referring to the change request and other "guacamole sauce".
``` java
if (sslMode == MySQLSSLMode.DISABLED)
driverProperties.setProperty("useSSL", "false");
else
driverProperties.setProperty("useSSL", "true");
```
please check. Thenk you.
--
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]