RE: OpenSSL RPMs and Apache/modssl install

2002-11-13 Thread John . Airey
Yes, you will run into problems if you overwrite the existing openssl files. For example, both ssh and sendmail will be broken. (Please don't anyone start a religious war over sendmail). I have been assured by Red Hat's own staff that although the numbering is off, it includes all the security upd

HELP: Require a certificate

2002-11-13 Thread ennio . salemi
Hi all... I'd like to know where in the source code of mod_ssl is performed the request of the client certificate (when it's required to verify the client). Thank you Ennio __ Tiscali ADSL. Scopri la fantastica promozione di Natale:

unsupported certificate purpose

2002-11-13 Thread Fabio Spataro
Hello all, I'm setting up an https server with apache+mod_ssl+php. Since I have to check the client certificate at php level I put this line in httpd.conf: SSLVerifyClient require The client certificate has been created with this extension: nsCertType = server At the client side I'm testing the

Please, I need aid

2002-11-13 Thread mb3
Hello, I'm an Spanish technicien, and my name is Marc Bartres. Please excuse for my english first. I've a problem installing Apache 2.0.43 ans SSL. I've downloading this version and the OpenSSL 0.9g version. The Apache without SSL runs ok. But when I runs Apache with startssl appears an error of

Re: Please, I need aid

2002-11-13 Thread Oliver . Koeller
in ssl.conf, try to change to [EMAIL PROTECTED]

RE: Please, I need aid

2002-11-13 Thread Boyle Owen
The problem is with your apr libraries. Check out http://apr.apache.org/. Rgds, Owen Boyle >-Original Message- >From: [EMAIL PROTECTED] [mailto:mb3@;ati.es] >Sent: Mittwoch, 13. November 2002 11:31 >To: [EMAIL PROTECTED] >Subject: Please, I need aid > > >Hello, > >I'm an Spanish technici

RE: Please, I need aid

2002-11-13 Thread ennio . salemi
Download "httpd-docs.pdf" from the apache website and follow the instructions...i've done in this way..and there are no problems!! Ennio >-- Messaggio Originale -- >From: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Please, I need aid >Date: Wed, 13 Nov 2002 11:31:23 +0100 (CET) >Reply-To: [E

RE: Please, I need aid

2002-11-13 Thread David Loesche
This is the config I used on a test environment that works for Solaris 8 (this includes the new multi-threaded capabilities). #!/bin/ksh PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin LD_LIBRARY_PATH=/usr/local/lib:/opt/ssl/lib:/usr/lib export PATH LD_LIBRARY_PATH SSL_BASE=/opt/ssl \ LIBS

bad end line:pem_lib.c:762

2002-11-13 Thread Ed Loehr
I just received a new cert from Verisign via email for use in Apache 1.3.27 with mod_ssl-2.8.12-1.3.27. When I cut-n-paste it into a file (server.cert) and attempt to verify it matches the server key and CSR by comparing md5 sums, I get the following error: $ openssl x509 -noout -modulus -in s

Re: bad end line:pem_lib.c:762

2002-11-13 Thread Ed Loehr
On Wednesday 13 November 2002 12:17 pm, you wrote: > > $ openssl x509 -noout -modulus -in server.cert | openssl md5 > unable to load certificate > 26567:error:0906D066:PEM routines:PEM_read_bio:bad end > line:pem_lib.c:762: > d41d8cd98f00b204e9800998ecf8427e D'oh! An unfaithful cut-n-paste added

modssl not running properly

2002-11-13 Thread Noah Garrett Wallach
HI, okay I just installed modssl apache on my freeBSD 4.7 STABLE box from the /usr/ports directory. I am not able to go to the secure webserver that I defined in the httpsd.conf file. Anybody want to help me figure out how to cure this issue? - Noah _