I am trying to get LWP to work with SSL support.
First, I tried installing the IO::Socket::SSL which it supposedly works with out of the box according to the README.SSL. After install it when I run my script I get the following error:
500 Can't connect to (Illegal seek)
Aborting at test.pl line 5.
I then tried using the Crypt::SSLeay module but it had some errors when installing. When I would try to run my test script after this module was installed I would just get a seg fault. I have looked this up and I guess it is a common problem, but I could not find any solutions for it other than people saying they sumbitted a bugfix.
If anyone knows how to get either of these modules to work with LWP I would greatly appreciate any help.
Thanks,
Russell
First, I tried installing the IO::Socket::SSL which it supposedly works with out of the box according to the README.SSL. After install it when I run my script I get the following error:
500 Can't connect to (Illegal seek)
Aborting at test.pl line 5.
I then tried using the Crypt::SSLeay module but it had some errors when installing. When I would try to run my test script after this module was installed I would just get a seg fault. I have looked this up and I guess it is a common problem, but I could not find any solutions for it other than people saying they sumbitted a bugfix.
If anyone knows how to get either of these modules to work with LWP I would greatly appreciate any help.
Thanks,
Russell