This morning, I'm having a sporadic SSL certificate failure deploying.
I run an update:
$ appcfg.py update_cron .
and get a failure,
...
File "/usr/lib/python2.6/httplib.py", line 723, in send
self.connect()
File "/usr/local/google_appengine/google/appengine/tools/
https_wrapper.py", line 119, in connect
raise InvalidCertificateException(hostname, cert, 'hostname
mismatch')
google.appengine.tools.https_wrapper.InvalidCertificateException: Host
appengine.google.com returned an invalid certificate (hostname
mismatch): {'notAfter': 'Dec 18 23:59:59 2011 GMT', 'subject':
((('countryName', u'US'),), (('stateOrProvinceName', u'California'),),
(('localityName', u'Mountain View'),), (('organizationName', u'Google
Inc'),), (('commonName', u'www.google.com'),))}
To learn more, see http://code.google.com/appengine/kb/general.html#rpcssl
Then immediately run it again, and it works.
$ appcfg.py update_cron .
Are there some rogue appengine servers with the wrong certificate?
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.