We are using Torque with MySql.
>From MySql documentation on connecting to database using ssl:
"You will also need to set 'useSSL' to 'true' in your connection
parameters for MySQL Connector/J, either by adding 'useSSL=true' to your
URL, or by setting the property 'useSSL' to 'true' in the
java.util.Properties instance you pass to
DriverManager.getConnection()."

I tried appending 'useSSL=true' to the database url in Torque.properties -
torque.dsfactory.default.connection.url = 
jdbc:mysql://localhost:3306/TURBINE?useSSL=true
but it was ignored.
Any help will be appreciated
Guy



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to