Re: [python-win32] Read timeout with liburl2 on HTTPS connection with non-standard port

2012-11-29 Thread Tim Roberts
Claudiu Curca wrote: > > Hello all, > > > > I am trying to find out the reason for some weird behavior on Windows. > > > > We have the following code: > > > > import urllib2 > > > > req = urllib2.Request("https://benotificationsmock.cloudapp.net:8443";) > > resp = urllib2.urlopen(req, timeo

Re: [python-win32] Read timeout with liburl2 on HTTPS connection with non-standard port

2012-11-29 Thread Tim Roberts
Claudiu Curca wrote: > Hello Tim, > > You must've hit the servers while they were rolling some update. It is > working for me in browser and curl. Can you please try again? Yes, it now works for me, both in Firefox and in your Python script C:\tmp>type x.py import urllib2 req = urllib2.Request(

Re: [python-win32] Read timeout with liburl2 on HTTPS connection with non-standard port

2012-11-29 Thread Claudiu Curca
Hello Tim, You must've hit the servers while they were rolling some update. It is working for me in browser and curl. Can you please try again? Thanks! -Original Message- From: python-win32 [mailto:[email protected]] On Behalf Of Tim Roberts Sent: