Re: preventing client certs to be used by multiple users??

2005-09-01 Thread Daniel Kimblad
- Original Message - From: Conrad Friedrich [EMAIL PROTECTED] To: modssl-users@modssl.org Sent: Wednesday, August 31, 2005 11:49 PM Subject: preventing client certs to be used by multiple users?? Hello, Is there a way to prevent users (that got a client ssl-certificate (pkcs12) for

Re: https

2005-07-15 Thread Daniel Kimblad
There has been some discussion about that here lately. RS Engelschall said he would include a script that would produce a ca-bunde.crt from the Mozilla certdata.txt file in version 2.8.23 of mod_ssl which should be available now. kind regards /Daniel - Original Message - From: kalin

Re: errors

2005-07-15 Thread Daniel Kimblad
That is not very much information but one possible reason I can think of from the top of my head (I'm no guru) is this. Make sure you're connecting with ssl and not http. Most browsers need to have https:// specified as far as I know. Trying to connect to http://www.example.com:443/ will

Re: change your autoreply configuration!!!!

2005-06-28 Thread Daniel Kimblad
I'm so sorry, I had no idea that was happening. I'm using a company mail here. The only thing I can do about it is unsubscribe, I'll do that immediately. /Daniel - Original Message - From: Harald Langaker To: [EMAIL PROTECTED] Cc: modssl-users@modssl.org Sent:

Re: certificate and authentication re-prompting

2005-06-22 Thread Daniel Kimblad
Could be your browsers settings. If you're running Firefox go to the menu Tools Options. Select Advanced and scroll down to the Certificates area. Set Client Certificate Selection to Select Automatically. This is often the cause of such behaviour. Hope this helps. Bestregards /Daniel

Re: SSL Client Auth with Virtual Hosts

2005-06-02 Thread Daniel Kimblad
Yes, I've had an environment like that running. /Daniel - Original Message - From: Hoda Nadeem [EMAIL PROTECTED] To: modssl-users@modssl.org Sent: Tuesday, May 31, 2005 6:05 PM Subject: SSL Client Auth with Virtual Hosts Does anybody know if it is possible to use virtual hosts with

Re: SSL Client Auth with Virtual Hosts

2005-06-02 Thread Daniel Kimblad
I'm not a guru but I would suspect that your NameVirtualHost directives need to differ. You probably need to configure the virtual hosts using their domain names, like this: NameVirtualHost abc1-no-client-auth.com:443 VirtualHost

Re: Redirection limit for this URL exceeded.

2005-06-02 Thread Daniel Kimblad
Do you have different VirtualHosts configured for the domain-name and the IP-address? If so, do they differ in configuration? /Daniel - Original Message - From: Rob Waldrum To: modssl-users@modssl.org Sent: Thursday, June 02, 2005 3:36 PM Subject: Redirection

Re: Getting 'no shared ciphers' while connecting to the server

2005-05-31 Thread Daniel Kimblad
Here follows a simple full server SSL setup for reference. -- SSLRandomSeed startup builtin SSLRandomSeed connect builtin AddType application/x-x509-ca-cert .crt AddType application/x-pkcs7-crl.crl SSLPassPhraseDialog builtin