jaydon has asked for the wisdom of the Perl Monks concerning the following question:
I am getting the following error when my solaris system was rebooted:
Error: 500 Can't connect to www.somesite.com:80 (Bad protocol 'tcp')This is when I run a perl script that previously worked. I tried to run another script that uses https and I get the same error for port number 440:
Error: 500 Can't connect to www.anothersite.com:443 (Bad protocol 'tcp')The scripts utilize the Perl LWP and WWW::Mechanize modules respectively
When I googled for this error, I found a response that said to set the $SYSTEMROOT variable after the reboot. However, since I'm on a unix system, I don't the its unix equivalent. The value it said to set was 'C:/WINNT'
Has anyone encountered this problem? How do I fix it?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: weird 500 Error after system reboot
by samizdat (Vicar) on Jul 21, 2005 at 21:30 UTC | |
by jaydon (Novice) on Jul 22, 2005 at 19:57 UTC | |
by samizdat (Vicar) on Jul 25, 2005 at 12:32 UTC | |
by jaydon (Novice) on Aug 02, 2005 at 15:53 UTC | |
|
Re: weird 500 Error after system reboot
by Fletch (Bishop) on Jul 21, 2005 at 23:44 UTC | |
|
Re: weird 500 Error after system reboot
by derby (Abbot) on Jul 21, 2005 at 23:43 UTC |