Hi Justin,
  Have you tried explicitly setting the validate_certificate parameter
to False in your fetch call?

    http://code.google.com/appengine/docs/python/urlfetch/fetchfunction.html


Robert





On Sat, Jun 4, 2011 at 14:22, Justin <[email protected]> wrote:
> Get the following when trying to download from a site with a bad
> certificate
>
>  File "/home/jhw/packages/google_appengine-1.5.0/google/appengine/api/
> urlfetch.py", line 367, in _get_fetch_result
>    raise SSLCertificateError(str(err))
> google.appengine.api.urlfetch_errors.SSLCertificateError:
> ApplicationError: 6 (1, '_ssl.c:491: error:14090086:SSL
> routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed')
>
> Is there anyway to bypass this / force urlfetch to do an 'insecure'
> connection ?
>
> Thanks!
>
>
>
> --
> 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.
>
>

-- 
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.

Reply via email to