[no subject]

2002-11-27 Thread Durairaj
Hi, I am installing Net_SSLeay.pm-1.18 on HP-UX ia64.For this one the prerequisite is openssl-0.9.6d.How can I configure on HP-UX ia64. I have already checked.But I have error: first I installed openssl-0.9.6d: The commands are: ./Configure hpux-gcc gmake gmake test gmake install It works perfec

Re: [PLEASE HELP..URGENT!!!!] OPENSSL on Compaq Tru64 or any 64-bit machine.

2002-11-28 Thread Durairaj
Use compiler option like: cc +DD64 eg: ./configure hpux-cc +DD64 Bye, Durai. ( [EMAIL PROTECTED]) >Hi, > >Is there any variable that is supposed to be set for compiling on a 64 bit machine >like >Compaq's Tru64?? I have used the openssl library for all the machines and it works >except >for Tru

Hi - HTTPD Configuration with MOD SSL

2012-03-08 Thread Durairaj, Srinivasan (NSN - IN/Hyderabad)
Hi, I want to enable HTTPD to support multi-layer certificates (ca chain). I had 2 options Option 1: We can configure SSLCertificateFile (EE file) and SSLCertificateChainFile (CA Chain) Option 2: We can configure SSLCertificateFile (EE+CA Chain) When we tested we found that Option 2 worked and Op