Re: problem with simple redirection

2001-07-23 Thread Owen Boyle
Lanny Baron wrote: Hello, I have a simple redirection for our web based mail that goes from a http to https. The problem seems to be that if anyone from outside the LAN tries to get to http://webmail.freebsdsystems.com they simply can't. Our virtualhost container is: VirtualHost

multi certificates on one server

2001-07-23 Thread Mecit Bilir
I want to configure apache to use two or more key files and certificate files, but i couldn't. When i configure two virtual hosts with diffrent key files and certs, the second one uses the cert of first one. Thank you for your helps... -- Mecit Bilir Medyatext

Re: multi certificates on one server

2001-07-23 Thread Mads Toftum
On Mon, Jul 23, 2001 at 03:59:19PM +0300, Mecit Bilir wrote: I want to configure apache to use two or more key files and certificate files, but i couldn't. When i configure two virtual hosts with diffrent key files and certs, the second one uses the cert of first one. This is in the

Re: mod_ssl and name-based virtual hosts

2001-07-23 Thread Magnus Stenman
http://www.modssl.org/docs/2.8/ssl_faq.html#ToC47 [EMAIL PROTECTED] wrote: can some one send me the proper syntax for setting up name-based virtual host with ssl? I have tried several things and only nonvitrual host seem to work. thanks Robert -Original Message- From: [EMAIL

Certificate revocation

2001-07-23 Thread Juan Carlos Albores Aguilar
Hi, i would like to know how can i revocate a certificate in a system using linux 7, apache with modssl 2.6, and how can i send this certificate to a CRL in case that is not occurs automatically. thanks. Juan Carlos Albores Aguilar

mod_ssl/apache problem

2001-07-23 Thread Drew Wilder-Goodwin
Hi, I am getting the following error: [Mon Jul 23 10:58:05 2001] [error] [client 158.222.3.191] Invalid method in request F when trying to go to my box via https. Does anyone have any clues they can offer as to what might be wrong? Thanks In Advance Drew

Re: Certificate revocation

2001-07-23 Thread Mads Toftum
On Mon, Jul 23, 2001 at 01:26:58PM -0500, Juan Carlos Albores Aguilar wrote: Hi, i would like to know how can i revocate a certificate in a system using linux 7, apache with modssl 2.6, and how can i send this certificate to a CRL in case that is not occurs automatically. Take a look at

Re: mod_ssl/apache problem

2001-07-23 Thread Mads Toftum
On Mon, Jul 23, 2001 at 11:57:02AM -0700, Drew Wilder-Goodwin wrote: Hi, I am getting the following error: [Mon Jul 23 10:58:05 2001] [error] [client 158.222.3.191] Invalid method in request F when trying to go to my box via https. Does anyone have any clues they can offer as to

RE: mod_ssl/apache problem

2001-07-23 Thread Jay Burgess
A good suggestion is to search the list archives at http://marc.theaimsgroup.com/?l=apache-modssl;. I did and found the following entry from Ralf back in March of 2000: The problem is just that you are speaking HTTPS to a port where only HTTP is spoken. I seem to remember a similar

RE: mod_ssl/apache problem

2001-07-23 Thread Drew Wilder-Goodwin
I think that might be the problem in this case as well, but in a different spot.. I had already changed the listen lines for the correct ports, but I overlooked the VirtaulHost line, which still read 8443. I just fixed it a min ago and am going to see if it works in a few, thanks for the input.

Why does Listen 80 have to be commented out for HTTPS towork?

2001-07-23 Thread jorge . jo
Apache-1.3.12/Mod_SSL-2.6.6/OpenSSL-0.9.5a/SuSE7.0 The httpd.conf file has the following as the default: #Port: The port to which the standalone server listens... Port 80 ## SSL Support ## When we also provide SSL we have to listen to the ## standard HTTP port (see above) and to the HTTPS port

RE: mod_ssl/apache problem

2001-07-23 Thread Christopher Piggott HOME
Try ensuring the SSLRequire directive are in vhosts on port 443 only, along with SSLEngine on ... and that all other vhosts (particularly the ones on port 80) have an SSLEngine off. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jay Burgess Sent:

Certificate Request

2001-07-23 Thread Juan Carlos Albores Aguilar
Hi, i have created my own CA and i would like to know how can i ask this CA for a certificate from a remote host, i mean, from a different host i create the .csr, but how a ask for my CA to sign this csr and build a certificate, and finally, how my CA send the certificate, is all this made by my

No CRL

2001-07-23 Thread Juan Carlos Albores Aguilar
I have a system with apache and modssl 2.6 and i've created my own CA but i don't find the CRL, as i've read, i should have a ca.crl file wich i don't have, should i create it?? or something is wrong with my setting up, please help me, thanks juan carlos albores aguilar