RE: SSL Library Error

2007-09-12 Thread Aaron Smith
The system is 11.11. I'm *pretty* sure everything has been compiled with gcc. I'm compiling apache with gcc, but OpenLDAP and Openssl might have been compiled with something different. The apache install that works was definitely also compiled with gcc and uses the same install of OpenSSL and Ope

RE: SSL Library Error

2007-09-12 Thread Aaron Smith
I added --with-ssl=/usr/local to the the configure options and recompiled. Although mod_ldap is still unhappy, that corrects the unresolved symbol error if I launch apache without mod_ldap. However, the result is the same problem I've been wrestling with. Piling up child processes in a "waiting.

RE: SSL Library Error

2007-09-12 Thread Aaron Smith
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Victor Duchovni Sent: Tuesday, September 11, 2007 4:12 PM To: openssl-users@openssl.org Subject: Re: SSL Library Error On Tue, Sep 11, 2007 at 03:34:13PM -0400, Aaron Smith wrote: > Looking at the output of LDD closer,

RE: SSL Library Error

2007-09-11 Thread Aaron Smith
EMAIL PROTECTED] On Behalf Of Victor Duchovni Sent: Tuesday, September 11, 2007 4:12 PM To: openssl-users@openssl.org Subject: Re: SSL Library Error On Tue, Sep 11, 2007 at 03:34:13PM -0400, Aaron Smith wrote: > Looking at the output of LDD closer, it looks like the httpd binary is > lin

RE: SSL Library Error

2007-09-11 Thread Aaron Smith
D] On Behalf Of Victor Duchovni Sent: Tuesday, September 11, 2007 1:57 PM To: openssl-users@openssl.org Subject: Re: SSL Library Error On Tue, Sep 11, 2007 at 01:43:50PM -0400, Aaron Smith wrote: > I apologize in advance if this is not the correct forum for this > question. I haven't had

SSL Library Error

2007-09-11 Thread Aaron Smith
I apologize in advance if this is not the correct forum for this question. I haven't had much luck in the apache forums. I have an apache 2.0.55 installation that I'm attempting to recompile on an HP-UX 11 system. It has mod_ssl 2.0.66 and I have OpenSSL 0.9.8d installed in /opt/openssl098d. Th

RE: Wierd Linking issue with 0.9.8d

2006-12-21 Thread Aaron Smith
Ah! Excellent! That did indeed correct that annoying error. Thank you. Aaron Smith[EMAIL PROTECTED] System Administrator (269) 337-7496 Kalamazoo College -Original Message- From: [EMAIL PROTECTED

Wierd Linking issue with 0.9.8d

2006-12-21 Thread Aaron Smith
did I do wrong with the install here to cause this to happen? -------- Aaron Smith[EMAIL PROTECTED] System Administrator (269) 337-7496 Kalamazoo College

RE: Certificate Verification

2006-10-12 Thread Aaron Smith
add the CA certificate to cacert.pem default openssl CA certificate   Simply:   cat MScaCERT.pem >> cacert.pem     2006/10/12, Dr. Stephen Henson <[EMAIL PROTECTED]>: On Wed, Oct 11, 2006, Aaron Smith wrote: > Ok.  This is hopefully a

Certificate Verification

2006-10-11 Thread Aaron Smith
    Ok.  This is hopefully a simple question, and one that I see quite a bit in the archives.  However, everything I’ve tried and gleaned from searching the archives have come up nothing.  I have  server certificate from a Microsoft Domain Controller that was created via MS’s certif

Re: Question about generating keys, certificate requests

2005-01-04 Thread Aaron Smith
own. And my attempt to ask this question of the > pre-purchase email tech support returned a 'dartboard' answerit had > absolutely nothing to do with my question..must have been picked out > by throwing a dart at a list of canned answers > > Than

Re: Certificate Revocation

2004-05-17 Thread Aaron Smith
That did the trick. Thanks a lot! On Fri, 2004-05-14 at 12:52, Olaf Gellert wrote: > Aaron Smith wrote: > > We have been using OpenSSL to generate certificates for various > > applications here with a home grown CA (created using openssl ca). We > > recently started

Certificate Revocation

2004-05-14 Thread Aaron Smith
d regenerate all of my certificates? -- --------- Aaron Smith vox: 269.226.9550 ext.26 Network Directorfax: 269.349.9076 Nexcerpt, Inc. http://www.nexcerpt.com

Re: OpenSSL: Support, Mailing Lists

2002-06-06 Thread Aaron Smith
I just installed mod_ssl on my Mac OS X server and when I try to access it for testing I get the following error message: SSL_connect:error in SSLv2/v3 read server hello A 404:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:460: Any suggestions? Thanks, Aaron