Action directive and client cert authentication

2005-01-06 Thread Omar W. Hannet
output? Thanks -- Omar W. Hannet Allez-Oop Net http://www.allez-oop.net/ __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List modssl-users@modssl.org Automated List

Experimental per-directory CRL

2006-05-09 Thread Omar W. Hannet
I just noticed the SSL_EXPERIMENTAL_PERDIRCRL code was gone from mod_ssl since a couple of versions ago. Any chance of it ever coming back? -- Omar W. Hannet Allez-Oop Net http://www.allez-oop.net/ __ Apache Interface

Re: Am I using SSLCACertificateFile as intended?

2007-04-24 Thread Omar W. Hannet
I think all you need to do is tighten up your SSLRequire rules. Something like this (all on one line, omitting the backslash at line-end): SSLRequire %{SSL_CIPHER_USEKEYSIZE} = 128 \ and %{SSL_CLIENT_I_DN} eq IssuingCA2 http://www.modssl.org/docs/2.8/ssl_reference.html#ToC23

Re: adding mod_ssl module to existing apache configuration

2007-06-12 Thread Omar W. Hannet
Lalit Kapoor wrote: Can you give me some idea if it possible to add mod_ssl in running configuration or do i need to recompile and install apache with mod_ssl. Have you tried 'yum install mod_ssl'? -- Omar W. Hannet http://www.allez-oop.net

Re: Apache with mod_ssl

2007-06-15 Thread Omar W. Hannet
support both http and https at different ports at the same time? Yes. The defaults are port 80 for http and port 443 for https. -- Omar W. Hannet http://www.allez-oop.net/ __ Apache Interface to OpenSSL (mod_ssl

Re: SSL by Domain Name Error

2007-06-18 Thread Omar W. Hannet
Apache configuration. -- Omar W. Hannet http://www.allez-oop.net/ __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List modssl-users@modssl.org Automated List Manager

Re: SSL by Domain Name Error

2007-06-18 Thread Omar W. Hannet
SSLCertificateKeyFile conf/ssl/server.key /VirtualHost -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Omar W. Hannet Sent: 18 June 2007 16:13 To: modssl-users@modssl.org Subject: Re: SSL by Domain Name Error Rob Archer wrote: Anybody have any suggestions ? Have

Re: Ref : RE: Ref : RE: Ref : RE: SSL by Domain Name Error

2007-06-19 Thread Omar W. Hannet
some light on the problem. Like this: openssl s_client -connect www.mydomain.com:443 -debug GET / -- Omar W. Hannet http://www.allez-oop.net/ __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support

Re: SSL by Domain Name Error

2007-06-19 Thread Omar W. Hannet
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Omar W. Hannet Sent: 19 June 2007 17:07 To: modssl-users@modssl.org Subject: Re: Ref : RE: Ref : RE: Ref : RE: SSL by Domain Name Error Rob Archer wrote: No entry for https and domain name in the access.log and a Internet Explorer cannot

Re: Apache with mod_ssl

2007-06-19 Thread Omar W. Hannet
:[EMAIL PROTECTED] On Behalf Of Omar W. Hannet Sent: Monday, June 18, 2007 8:34 AM To: modssl-users@modssl.org Subject: Re: Apache with mod_ssl Do you have IfModule ssl_module tags surrounding all SSL directives in your configuration file? For example: IfModule ssl_module SSLPassPhraseDialog builtin

Re: Apache and mod_ssl - refusing connections on https?

2007-07-31 Thread Omar W. Hannet
Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List modssl-users@modssl.org Automated List Manager[EMAIL PROTECTED] -- Omar W. Hannet http://www.allez-oop.net