Forum Discussion
EricStarker
Aug 18, 2017Former Employee
Announcing Azure Database for MySQL and Azure Database for PostgreSQL availability in India
We’re excited to announce the public preview availability of Azure Database for MySQL and Azure Database for PostgreSQL in India data centers (Central and West India). The availability of Azure Datab...
Manoj Gaikwad
Aug 30, 2017Copper Contributor
I tried configuring Azure Database for MySQL, but when I tried to connect to it using SSL certificate as per details given in link: https://docs.microsoft.com/en-us/azure/mysql/howto-configure-ssl I get following error message:
mysql -h <db-name> -u <user> --ssl-ca=/home/perennial/BaltimoreCyberTrustRoot.crt.pem -p --ssl-cipher=AES256-SHA
Enter password:
ERROR 2026 (HY000): SSL connection error: SSL_CTX_set_default_verify_paths failed
Any thoughts?