self-signed wild card certs and mozilla

2007-11-02 Thread Michael Grant
I would like to make a self-signed wild card cert and install the cert in my browser so that I don't get any scary warnings from the browser. I created a self-signed wild card cert as follows: # openssl req -new -x509 -nodes -out networkguild.org.crt -keyout networkguild.org.key -days 1826 -subj

Re: Question on SSL for Apache 1.3.9 on Windows

2007-11-02 Thread Roy Keene (Contractor)
Glyn Astill wrote: get the src and compile or read: http://tud.at/programm/apache-ssl-win32-howto.php3 --- Michael Driscoll <[EMAIL PROTECTED]> wrote: I am running Apache 1.3.9 on Windows 2003 SP2 and need to install SSL. I am new to this so I was wondering if someone can help me? I am unable

Question about authentication and session cache

2007-11-02 Thread nori
Hello, I try the construction of the server which satisfied three following conditions. 1) Directory[dir01] performs access control using SSL mutual authentication. 2) Directory[dir02] using only SSL server authentication. 3) Using SSL session cache. Therefore I made it the following configura