Access SSL websites with Python?

B

Byron Morgan

I need to access a web site, log in, run a report and download the
results, which will be added to a database. Of course, the login
process uses SSL. Is it reasonable to attempt this with Python 2.3 on
Windows 2000 platform? Can anyone provide an example of negotiating an
SSL session?

Byron Morgan
 
I

Irmen de Jong

Byron said:
I need to access a web site, log in, run a report and download the
results, which will be added to a database. Of course, the login
process uses SSL. Is it reasonable to attempt this with Python 2.3 on
Windows 2000 platform? Can anyone provide an example of negotiating an
SSL session?

urllib2 should be able to use HTTPS:// urls just fine.

If you require cookie processing to log in on the website,
look at ClientForm and/or ClientCookie.
(http://wwwsearch.sourceforge.net/ClientForm/)

-irmen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top