Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: troubleshoot ppm error?

by rkshyam (Acolyte)
on Apr 05, 2012 at 08:53 UTC ( [id://963616]=note: print w/replies, xml ) Need Help??


in reply to Re: troubleshoot ppm error?
in thread troubleshoot ppm error?

with (http://ppm4.activestate.com:80) from the browser, not getting anything. If I remove the port 80 and use only http://ppm4.activestate.com then it is redirecting into activestate website.

Replies are listed 'Best First'.
Re^3: troubleshoot ppm error?
by BrowserUk (Patriarch) on Apr 05, 2012 at 10:49 UTC
    , not getting anything

    Not even an error?

    When I go to that address, :80 intact, the redirect to http://code.activestate.com/ppm/ is immediate, but then there is a ~5 seconds delay before the page starts to be sent. I assume that the code at the other end is waiting for the PPM client software to send some kind of request, When it doesn't receive it, it just display a normal web page.

    I know I am behind the firewall

    Is this your own personal firewall, or your company firewall?

    If it is your personal firewall, you may need to authorise Perl to perform outbound tctip requests and receive replies.

    If it is a company firewall, you'll certainly need to contact your support people. Even if you blagged your way past it, you'd be putting your job at risk if they catch you.

    Either way, until you can reach that address manually using your browser, perl won't be able to either.


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.

    The start of some sanity?

      It is company firewall. Is there any configuration file from perl where I can change it to http://ppm4.activestate.com from ( http://ppm4.activestate.com:80 )without mentioning port 80 since it was redirecting it to active state website? Will this work? Just curious how it is working for others !!!

        It is company firewall.

        I'd strongly suggest that you ask your support guys for their assistance. Diagnosing this further by guesswork is pointless.

        I can change it to http://ppm4.activestate.com from ( http://ppm4.activestate.com:80 )without mentioning port 80

        By default, urls starting with http:// go to port 80 anyway, removing the ':80' won't change anything.

        You could look at perldoc activeperl::ppm::profile and investigate further, but your tackling the problem from the wrong end.


        With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
        Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
        "Science is about questioning the status quo. Questioning authority".
        In the absence of evidence, opinion is indistinguishable from prejudice.

        The start of some sanity?

Log In?
Username:
Password:

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

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

    No recent polls found