Re: Self signed certificate

1999-05-12 Thread Anton Voronin
Mihai Roman wrote: > Hi, > > I have a problem using my own CA: I tried to regenerate my self signed > ceritificate, and when I use the CA to sign my CSR I get this: > > error 7 at 0 depth lookup:certificate signature failure > > Until now I used a self signed certificate with no problem at all

Re: MODSSL Implementation

1999-05-12 Thread Damon Hogan
I actually figured it out if anyone else needs help let me know Damon Hogan wrote: > Can anyone send me a MODSSL Implementation in an Apache httpd.conf file. > > Preferable for WIN32 but anyone will do. > > Also I have binaries for win32 for SSL Apache version, MODSSL, OpenSSL > if > anyone

MODSSL Implementation

1999-05-12 Thread Damon Hogan
Can anyone send me a MODSSL Implementation in an Apache httpd.conf file. Preferable for WIN32 but anyone will do. Also I have binaries for win32 for SSL Apache version, MODSSL, OpenSSL if anyone needs one. __ Apache Interface

Re: access control with environment var

1999-05-12 Thread Ralf S. Engelschall
On Wed, May 12, 1999, Andrea e Luca Giacobazzi wrote: > I'd like to control access to one directory of a server Apache SSL with a > check on environment var, a new one that I created, SSL_LDAP_CERT_STATUS, > using client authentication. > How can I do that ? > I tried with SSLRequire...etc.. > b

access control with environment var

1999-05-12 Thread Andrea e Luca Giacobazzi
Hi everybody, I'd like to control access to one directory of a server Apache SSL with a check on environment var, a new one that I created, SSL_LDAP_CERT_STATUS, using client authentication. How can I do that ? I tried with

Re: Still have problem getting Verisign Cert to work

1999-05-12 Thread Lin
What about the key length? BTW, wahts the size of a GlobalID key? On Wed, 12 May 1999, Brian Pollock wrote: > I am still having problems getting my certificate from Verisign to > work. I had a GlobalID, but now I have had a SecureSite certificate > issued, but I am still seeing the exact pro

Self signed certificate

1999-05-12 Thread Mihai Roman
Hi, I have a problem using my own CA: I tried to regenerate my self signed ceritificate, and when I use the CA to sign my CSR I get this: error 7 at 0 depth lookup:certificate signature failure Until now I used a self signed certificate with no problem at all. And now I can't generate it.

Re: Help with mod_ssl.c.

1999-05-12 Thread Derek Smith
Chris, You're probably just missing the line:-     LoadModule ssl_module libexec/libssl.so , if you are using the IfDefine method you need to start the server with:-     /path/to/apache-ssl/bin/httpd -DSSL -f /path/to/apache-ssl/conf/httpd.conf and/or you will be missing this:- LoadModu

Re: Apache-MOD-SSL 4 Win

1999-05-12 Thread Trung Tran-Duc
It was me who uploaded that file. I've just zipped all necessary binaries so people without M$ C compiler can use the software. It's up to you to configure that stuff. Basically you'll have to follow these steps 1) unzip it into a root dir on some drive 2) create a subdir conf, put your config f