Re: MySQL and NetBeans JPA
Posted by: Filipe Silva
Date: May 04, 2020 10:24AM

Quote

As a temporary workaround, at least on a development environment, you should be able to configure the MySQL connection string with `sslMode=DISABLED` to keep you working, but connections between Glassfish and MySQL won't be encrypted anymore.

Assuming the library in use is the Connector/J 8.0 jar. If it's using Connector/J 5.1, then it should be set as `useSsl=false`.

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL and NetBeans JPA
May 04, 2020 10:24AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.