https and ssl

https and ssl

am 10.12.2004 13:09:11 von pderochambeau

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

403 Forbidden

errors when I run it on another machine. I have noticed that ssh
username@othermachine.com 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