in reply to Re^2: DBI:mysql connection over SSL fails
in thread DBI:mysql connection over SSL fails

"Unfortunately, the syntax change to use "qw" didn't help."

Just checking that you did notice that involved more than just qw{}.

joining without intervening whitespace was the main point; qw{} was of lesser importance and could've been implemented in other ways.

join('', 'DBI:...', qw{...})

-- Ken

Replies are listed 'Best First'.
Re^4: DBI:mysql connection over SSL fails
by Andre_C10002 (Initiate) on May 13, 2014 at 18:46 UTC
    Yes, I noticed that, thanks for the suggestion. Unfortunately, the result remains the same. How do I debug from here? Did anyone have success using DBD:mysql over SSL at all?