Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: Perl issue with Windows 7 vs XP

by Anonymous Monk
on Jul 24, 2013 at 20:29 UTC ( [id://1046196]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl issue with Windows 7 vs XP
in thread Perl issue with Windows 7 vs XP

Hello Kenneth, thank you very much for your quick reply. I will most definitely take your advice and explore your route of installing Crypt::SSLeay. I have tried using LWP::Protocol::https, but it did not work and so I have commented it out in the above section. Could you help me understand what went wrong between the Windows XP and 7 systems, and as to why installing Crypt::SSLeay would be a viable solution?

Replies are listed 'Best First'.
Re^3: Perl issue with Windows 7 vs XP
by kennethk (Abbot) on Jul 24, 2013 at 20:46 UTC
    The issue is that LWP::UserAgent fails quietly on https requests when you don't have the necessary modules installed. I got bit by it a few years ago. LWP::Protocol::https is not actually a module, but rather an installation construct for the modules required for https access. Also make sure you explicitly include the https protocol in your URL.

    If you are using ActiveState Perl, PPM should give you an easy method to quickly check if you've installed the LWP::Protocol::https package.


    #11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.

      Hello Kenneth, thank you very much for all your help. I will have to wait for my App Support team to install it for me as I have restricted access to these things. I was really hoping that there would be a small difference that I overlooked between xp and 7 that could be fixed easily.

        You can quickly check if Crypt::SSLeay is installed by running
        perl -MCrypt::SSLeay -e1

        on the command line. If it does not error, then you have the module installed.


        #11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1046196]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-04-18 15:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found