Thanks, George, I seem to recall the same error last year. I'll swap the certs as suggested.
On Thursday, January 4, 2018 at 4:04:40 PM UTC+3, Richard Cheesmar wrote: > > 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/2b58d28b-2290-4bce-9440-66deb0a9c7be%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
