I have a mod_perl application that's being used to connect to an https site using LWP. The Apache child segfaults at the line where I do:
my $res = $ua->request($req);
Now I've copied the code from my mod_perl handler into a regular script and ran it from the command line and everything went through perfectly.
There's only one version of perl installed, so they're both using the same libraries. There's no rogue copies of HTTP::Request or Net::SSLeay or anything running loose in the local directories.
Here's another kicker: the mod_perl app works fine with a http:// url, it just segfaults with https://. And since the command line version works, I have to assume Net::SSLeay/IO::Socket::SSL or whatever are all there.
This is Stronghold/2.4.2 with Apache/1.3.6 running with mod_perl 1.21. Perhaps the old version of mod_perl is the problem?
Any and all help or comments are appreciated.
Thanks
In reply to Strange error regarding HTTPS requests and mod_perl by c0bra
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |