[google-appengine] Re: Urllib.urlfetch with HTTPS giving IOError error

2009-06-22 Thread Ritesh Nadhani

Anybody?

On Fri, Jun 19, 2009 at 12:53 PM, Ritesh Nadhanirite...@gmail.com wrote:
 Hi

 Hi, I am trying to access an https url specifically:
 https://api-3t.sandbox.paypal.com/nvp and I get the traceback:
 http://paste.pocoo.org/show/124055/

 If I access the same thing from shell using urllib, everything works
 and I get the correct response. http://paste.pocoo.org/show/124067/

 Both the code send the same exact parameter to urllib.urlopen(). Is
 GAE urlib() different from the standard Python?

 What could be the issue?:

 --
 Ritesh
 http://www.riteshn.com




-- 
Ritesh
http://www.riteshn.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Urllib.urlfetch with HTTPS giving IOError error

2009-06-22 Thread Tony

I don't believe urllib supports https requests.  Try using urllib2 or
Google's urlfetch module.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---