I am using Go with AppEngine and urlfetch.Client(ctx).Get(url) for a
https://blog.nella.org is failing with:
API error 6 (urlfetch: SSL_CERTIFICATE_ERROR): [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:590)
This happens with the development server, but not in production. I am using go_appengine_sdk_darwin_amd64-1.9.30.zip.
The certificate on
blog.nella.org is a CloudFlare Universal SSL one, which means it has many many Subject Alternate Names matching other sites that CloudFlare runs. I wonder if that's the problem?
-jeff
PS: This was discussed in 2012 on Stack Overflow:
Google, please fix it.