There's not enough information here. 1. Is this a mod_perl application or a CGI script?
2. Have you checked the mycert.p12 file with (say) openssl to make sure it hasn't been inadvertently corrupted? 3. Have you tried to connect to the remote service using curl (or some other web tool that supports HTTPS connections) with your certificate to ensure that the problem is with your perl libraries and not your certificates? 4. What is version of LWP that SOAP::Lite is using? The semantics of handling SSL certificates changed in LWP-6 and later Mark On Thursday, January 9, 2014 10:39 PM, Kiri T Kurukkal <kkuruk...@gmail.com> wrote: Sorry, there was a typo in my email below and I have corrected this now. I would appreciate if you can guide on this issue since this error message is preventing us calling the web service call. I have checked the Apache configuration file and we have all of the required certificates in place. Thanks in advance, KK On Thu, Jan 9, 2014 at 4:45 PM, Kiri T Kurukkal <kkuruk...@gmail.com> wrote: Hello, > >I am using the Crypt::SSLeay and Net::SSLeay along with the SOAP::Lite perl >modules to call a webservice to authenticate my users. Everything was working >great up until we upgraded the perl version to 5.10.0, Apache to >apache2-2.12-1.38.2 and openssl-0.98j-0.50.1. When I make the web service >call, I am getting the below error message. > >500 configure certs failed: failed to load >/local/home/ap_omaweb/cgi-bin/mycert.p12: Illegage seek at index.cgi line 52. > >I have tried to uninstall the Crypt::SSLeay and Net::SSLeay modules and unable >to uninstall them because of the errors that I am getting. I would like to >know how to fix the above issue? My server is SUSE Enterprise Linux 11 SP3. >Please advise as I have been working on this issue for the last couple of >weeks and could not progress much on this issue. > >Thanks in advance, > >KK