Oh I just figured it out. I had to leave off the ssl-ca param.

This fails:
mysql --ssl-ca=ca-cert.epm --ssl-cert=client-cert.pem 
--ssl-key=client-key.pem --host=[ip] --user=[user] --password

This works:
mysql --ssl-cert=client-cert.pem --ssl-key=client-key.pem  --host=[ip] 
--user=[user] --password


On Wednesday, November 19, 2014 12:29:38 PM UTC-8, kj wrote:
>
> I set up SSL on the Cloud SQL instance following these instructions: 
> https://cloud.google.com/sql/docs/instances#ssl
>
> However when I try to connect using the command line I get this error:
>
> ERROR 2026 (HY000): SSL connection error: ASN: bad other signature 
> confirmation
>
> I tried using the 5.5 and 5.6 mysql commands - I get the same error with 
> both.
>
> Has anyone successfully connected to their sql instance with SSL?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to