I have a web app using a mysql database as its data store. It is currently running in Glassfish and talking to that mysql database with SSL.
I am thinking about migrating to Wildfly but I can't seem to create a Wildfly datasource that will talk to the mysql database with SSL enabled.
The Wildfly server is running in standalone mode. What config or option do I need to add that will allow Wildfly to talk to the mysql database with ssl?