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("https://benotificationsmock.cloudapp.net:8443";)
resp = urllib2.urlopen(req, timeout = 5)
print resp.code
C:\tmp>x.py
200

C:\tmp>

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to