[Wellington-pm] Problems with HTTPS through LWP.

michael at diaspora.gen.nz michael at diaspora.gen.nz
Mon Jun 19 19:40:47 PDT 2006


>Interestingly, the code snippet in the synopsis of the Net::SSLeay
>documentation does seem to work:

Irritating, on the other hand, is that the following program works:

    #!/usr/bin/python
    import urllib
    U = 'https://www.telstraclear.co.nz/usagemeter/index.cfm'
    print urllib.urlopen(U).read()

Shorter than the Perl equivalent, even.  Bah.  Might have to use the
Python mechanize library for this one.


More information about the Wellington-pm mailing list