Re: Crypt::SSLeay Raven conflict using apache and web services.

2002-11-30 Thread Keary Suska
Title: Re: Crypt::SSLeay Raven conflict using apache and web services.



on 11/29/02 8:13, [EMAIL PROTECTED] purportedly said:

Myself and one of my companies¹ associates are in the process of implementing a connection between our systems using web services. Our associates are using Apache with the Raven SSL module and mod_perl. They are trying to connect to our system via a call through SOAP::Lite via HTTPS this required the introduction of Crypt:SSLeay and OpenSSL. The problem is that when apache is running Raven and the web service client, implemented in perl, running under mod perl, tries to make a call via HTTPS it fails and gives an error stating this ³child pid 14308 exit signal Segmentation Fault (11).² If we disable raven the web service client connects without error also if we make the call over standard HTTP it connects without error it is just when Apache and the web service client are running SSL simultaneously. I am under the opinion that the two are fighting for a resource lower down the chain, but I do not have the expertise in these particular implementations of SSL software to know what both are precisely doing. I would like to know if anyone has heard of such a conflict and if there is possibly a known remedy for this problem. Any help would be greatly appreciated. 

IIRC, mod_perl must be loaded in httpd.conf before Raven SSL. Also, Raven should probably be loaded as a DSO, as historically they have had many conflicts when installed statically.

Keary Suska
Esoteritech, Inc.
Leveraging Open Source for a better Internet





Crypt::SSLeay Raven conflict using apache and web services.

2002-11-29 Thread Kenton Smeltzer








To anyone that can help,

Myself and one of my companies associates are in the
process of implementing a connection between our systems using web services.
Our associates are using Apache with the Raven SSL module and mod_perl. They
are trying to connect to our system via a call through SOAP::Lite via HTTPS
this required the introduction of Crypt:SSLeay and OpenSSL. The problem is that
when apache is running Raven and the web service client, implemented in perl, running
under mod perl, tries to make a call via HTTPS it fails and gives an error
stating this child pid 14308 exit signal Segmentation Fault (11).
If we disable raven the web service client connects without error also if we make
the call over standard HTTP it connects without error it is just when Apache
and the web service client are running SSL simultaneously. I am under the
opinion that the two are fighting for a resource lower down the chain, but I do
not have the expertise in these particular implementations of SSL software to
know what both are precisely doing. I would like to know if anyone has heard of
such a conflict and if there is possibly a known remedy for this problem. Any
help would be greatly appreciated.



Thanks,

Kenton