authencation

2002-06-07 Thread Ashmore, Samuel R
After a user passes the certificate test and i want to transfer the CN to Remote USer how would i do that __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [E

Alternative Subject name

2002-06-27 Thread Ashmore, Samuel R
Is there any way to get to the alternative subject name from another module or a CGI without parsing the entire certificate from the SSL_CLIENT_CERT variable? __ Apache Interface to OpenSSL (mod_ssl) www.modssl.

RE: Of topic...

2002-07-10 Thread Ashmore, Samuel R
i thikn they are done, but i don't know why -Original Message- From: Fredrik Lindström [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 10:18 AM To: [EMAIL PROTECTED] Subject: Of topic... But what has happend to the www.modssl.org and www.openssl.org sites?? Regards Fredrik

RE: Of topic...

2002-07-10 Thread Ashmore, Samuel R
, Samuel R [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 10:28 AM To: '[EMAIL PROTECTED]' Subject: RE: Of topic... i think they are down, but i don't know why -Original Message- From: Fredrik Lindström [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 10:1

RE: HTTPS not running

2002-07-11 Thread Ashmore, Samuel R
check the error log -Original Message- From: Shalen [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 10:45 AM To: [EMAIL PROTECTED] Subject: HTTPS not running I am able to set up a http apache server using apache_1.3.26 and openssl-0.9.6d I also installed mod_ssl but w

RE: mod_ssl issue, https is not working

2002-07-12 Thread Ashmore, Samuel R
There are many reason such as a port is not setup right, theres a conflict with other programs. When you reply to this attach your error log. If you want to you can aso attach the httpd.conf or ssl.conf. This might help us understand what is happening on your system. -Original Message-

RE: mod_ssl issue, https is not working

2002-07-12 Thread Ashmore, Samuel R
ALthough if you just use the default installs the virtual host is already setup -Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 8:30 AM To: [EMAIL PROTECTED] Subject: RE: mod_ssl issue, https is not working Have you created an SSL virtualhost?

SSL cached sessions

2002-07-17 Thread Ashmore, Samuel R
Is it possible to determine whether a current connection is part of an existing SSL session without modifying mod_ssl? I want to do some logging which will only be required once per session and not once per connection. -Samuel _

RE: RH 7.3 and SSL

2002-07-23 Thread Ashmore, Samuel R
If you are running Apache2 then in the ssl.conf there are directives taht say SSLCertificateFile, SSLCertificateKeyFile, SSLCACertificateFile change these. If you are running Apache1.3 then in the httpd.conf there are the same directives. These should point to your certificate, key and the cacer