Re: certificate weirdness

2005-07-27 Thread Matt Stevenson
Hello Vlad, You are trying to use NameVirtualHost for ssl which will not work. Basically which cert does it use? The ssl connection needs to be setup before the site name (hence virtual host and cert) can be established by apache. You'll need two IPs, or use different ports (yuck). Regards Matt

Re: certificate weirdness

2005-07-27 Thread Vlad Ciubotariu
I've finally got it to work. I possibly see why it didn't work from the first place. Mod_ssl handles encryption before httpd even sees the url. Thus I can't set certifaces in directory or name-based virtual containers. Thanks! On Wed, Jul 27, 2005 at 06:49:12AM -0700, Matt Stevenson wrote:

RE: HTTPS Without OpenSSL Native

2005-07-27 Thread R. DuFresne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 26 Jul 2005, Pj wrote: Download the apache source and study mod_ssl its pretty clean... The ugly end is when he needs to DL and study the openssl code which is likely to be far less clean and much more hefty. thanks, Ron DuFresne