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


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

Hmm..

$conn's just a string, in either case. (Dumper confirms this.)

Replies are listed 'Best First'.
Re^5: Problem connecting with SSL to mySQL database
by dorko (Prior) on Apr 11, 2019 at 16:33 UTC
    You're absolutely right. Try Dumper-ing $dbh after the successful connection - there might be a setting in there for mysql_ssl_ca_file, mysql_ssl_ca_path or mysql_ssl_verify_server_cert.

    ("mysql_ssl_verify_server_cert = 0" sounds promising.)

    Cheers,

    Brent

    -- Yeah, I'm a Delt.