407 proxy authentication when installing perl modules

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • poolboi
    New Member
    • Jan 2008
    • 170

    407 proxy authentication when installing perl modules

    hi all,

    i've trouble installing module net::Telnet

    i used to be able to install all my modules on windows XP using ppm
    but all of a suddent i get the error:

    "407 proxy authentication required"
  • nithinpes
    Recognized Expert Contributor
    • Dec 2007
    • 410

    #2
    Originally posted by poolboi
    hi all,

    i've trouble installing module net::Telnet

    i used to be able to install all my modules on windows XP using ppm
    but all of a suddent i get the error:

    "407 proxy authentication required"
    If your IE is configured to use proxy server, try ppm after adding the following three environment variables under system variables(Syste m Properties>Adva nced tab>Environment variables).

    name: http_proxy
    value: your proxy server(e.g http://internet:8085)

    name: http_proxy_user
    value: your username(Window s login)

    name: http_proxy_pass
    value: password

    Comment

    • nithinpes
      Recognized Expert Contributor
      • Dec 2007
      • 410

      #3
      I think I had given you this solution sometime back, for installation of some other module. Incase you have changed the Windows login password, change the environment variable accordingly.

      Comment

      • poolboi
        New Member
        • Jan 2008
        • 170

        #4
        Originally posted by nithinpes
        I think I had given you this solution sometime back, for installation of some other module. Incase you have changed the Windows login password, change the environment variable accordingly.
        alright thanks
        for some apparent reason
        after resetting my comp a few times
        the ppm started working again
        weird...anyway thanks :)
        sorrie for the inconvenience

        Comment

        Working...