http://qs321.pair.com?node_id=1232428


in reply to Re: Problem connecting with SSL to mySQL database
in thread Problem connecting with SSL to mySQL database

Brent,

Thanks for your feedback. I didn't get any different results using absolute paths in the shebang line. And I'm running under the same account in all cases (the same account whose credentials I'm providing to mysql).

I don't know what a "self-signed SSL certification" is so I don't know if that's what we have, or whether that's a misleading error message. I think we've established that the only thing different is the version (or location?) of Perl and its library of modules.

I'm going to try to figure out if this is a matter of missing modules, or of the way the 5.16 version was configured when it was built.

  • Comment on Re^2: Problem connecting with SSL to mySQL database

Replies are listed 'Best First'.
Re^3: Problem connecting with SSL to mySQL database
by dorko (Prior) on Apr 11, 2019 at 00:09 UTC
    hmm... I'm really out of decent ideas.

    I haven't used DBI in quite some time. Perhaps you can try enabling some debugging information by using DBI->trace() ?

    Something like:

    DBI->trace($trace_setting);
    where $trace_setting is number from 1 and 15. Start with 1 and work your way up until you see something useful.

    Cheers,

    Brent

    -- Yeah, I'm a Delt.