I'm getting the following error on the local dev machine when using
googlecloudstorage to write a file:
File "/usr/local/google_appengine/google/appengine/api/urlfetch.py", line
467, in _get_fetch_result
'Invalid and/or missing SSL certificate for URL: ' + url)
SSLCertificateError: Invalid and/or missing SSL certificate for URL:
https://accounts.google.com/o/oauth2/token
import cloudstorage as gcs
with gcs.open(filename, 'w', content_type=mime, options={b'x-goog-acl':
b'public-read'}) as f:
f.write(img)
f.close()
This was working perfectly and there have not been any code changes.
It also works on the live version.
Has anyone noticed the same?
--
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/7947a06e-4ebd-41e2-a498-ca6330078572%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.