Re: Nowhere talks about RPMS installation. Is it possible?

2002-04-04 Thread Sergi Mayordomo
Thanks for your answers, Andrew Lietzow and Owen Boyle. I have discover that my virtualhost was defined wrongly. (On the port 433!!!) __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support

Re: Creating client certificates ?

2002-04-04 Thread haldor
here is what i did to generate client sertificates. be aware of the clientakey.pem and clienta.pem are two different files. 1. openssl req -new -out clienta.csr -keyout clientakey.pem Enter the details for the certificate, i.e common name being the client/employee, \ Joe Bloggs. 2. openssl

RE: Creating client certificates ?

2002-04-04 Thread Shiraz Esat
When a client browser reaches an SSL-secured page, the browser checks to see whether the 'server' certificate is trusted. In Internet Explorer 5.5, you can view a list of trusted certificates from: (Menu) Tools|Internet Options... - Content TAB | Certificates.. BUTTON. You should be able to

a perl directive don't work with ssl

2002-04-04 Thread Sergi Mayordomo
What have i to put into the virtual host Perl $RewriteEngine=on; unless ($?) { $RewriteRule = '^/(img/.*) http://barra.es/$1'; push @RewriteRule , ('^/(pdf/.*) http://barra.es/$1'); push @RewriteRule , ('^/(docs/.*) http://barra.es/$1'); } push @RewriteRule , ('^/(dat/.*)

Re: Performance Issue

2002-04-04 Thread Denis A.V.Jr.
Definetly, Cliff. I'll send it to you ASAP. Thank you. On Mon, 2002-04-01 at 17:48, Cliff Woolley wrote: On Mon, 1 Apr 2002, Alex wrote: I am experiencing exactly the same issue after upgrade of couple of servers in our web-farm from Sol.2.6 to Solaris 8 (running on Sun Enterprise).

test installed certificates

2002-04-04 Thread Arnaud De Timmerman
hi, i don't know if this list is the best for my question, my deepest apologies if not is there a way to know thanks to apache and/or modssl if a given root ca is installed on the client side (browser) ? what i want to avoid is a page like : *** click here to

Apache Server:Https mode

2002-04-04 Thread Mahesh Mahalingam
Hi, I have successfully installed apache with mod_ssl setup. But i was not able to get the page in https mode. (mod_ssl.c is also enabled.)How can i run this in https mode with a security certificate. Mahesh Mahalingam __

Question about errors browsers give on non-validated keys

2002-04-04 Thread Cliff
Hi, my work bought a certificate from thawte, and it is for travelguides.com. I installed the cert and modssl is working with no problems, except when I click on a link that goes to a secure (https) part of the site, different browsers pop up this message: Netscape: travelguides.com is a

APache mod-ssl problems.

2002-04-04 Thread Ovidiu Semenea
Hi, I have installed APache 1.3.24 with openssl and mod_ssl last versions. The problem that I have is in apache conf. file. I have httpd and httpsd running and 2 diffetent config files accordingly to httpd or httpsd I also have 3 sites using ssl. My problem is that apache sees the certificate

Re: Question about errors browsers give on non-validated keys

2002-04-04 Thread Mads Toftum
On Thu, Apr 04, 2002 at 08:19:20PM -0800, Cliff wrote: Opera: This sites certificate chain is incomplete and the signer is not verified, continue? This looks like you might have to get a CA certificate chain from Thawte and put it in http://www.modssl.org/docs/2.8/ssl_reference.html#ToC12