I am trying to pull data from a web page at https://localhost/wps.
While this would work if the url was http://localhost/wps, it doesn't
work with 'https.'

I can do this:

import urllib
data = urllib.urlopen('http://localhost/wps').read()

But not with https. How can I pull data from a https url?

thanks,

Harlin

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to