Hi
Does anyone have any information on how to connect from the sequel gem to a remote mysql database over ssl? I can connect without ssl but trying to connect as a user who requires ssl just fails with the error message:
Sequel::DatabaseConnectionError: Mysql::Error Access denied for
user 'ssl_user'@'<IP_ADDRESS>' (using password: YES)
I can connect fine using the mysql client so I'm guessing that maybe sequel can't handle ssl - though I would have thought that this was the job of the mysql client library.
Thanks
Chris