Hello,

I am using LWP and Crypt::SSLeay in a perl script to download pages server by an Apache server using the HTTPS protocoe. This script works fine on my machine, but I keep getting an

<title>403 Forbidden</title>

errors when I run it on another machine. I have noticed that ssh [EMAIL PROTECTED] does not work either ways, which seems to indicate that port 22 is not open.

Could that explain why my script does not work? As its name seems to imply, does Crypt::SSLeay need port 22 to work?

By the way, I get the same error when I use curl: "403 forbidden".

Is there any way to remedy this problem?

Many thanks.

Philippe



Reply via email to