I tried deploying python code using google app engine. But I got Error Below:
certificate verify failed
I had included proxy certificate in urlfetch_cacerts.py and enabled 'validate_certificate' in urlfetch_stub.py by _API_CALL_VALIDATE_CERTIFICATE_DEFAULT = True.But I still get the error..
Can you suggest any solution?
Thanks in advance.