Re: [us...@httpd] mod_rewrite/mod_ssl questions

2010-05-21 Thread Reinhard Vicinus
Hi, the problem is that if a site which shouldn't be served by https is called by http your first rewriterule sets ps:https but the first rewriterule after #[2] isn't used because HTTPS is not on. I think you can also have your desired effect much more easier like this: #[1] all /user,

Re: [us...@httpd] ssl certifikate mismatch

2010-05-17 Thread Reinhard Vicinus
On 17/05/10 13:36, Eric Covener wrote: Can you show in one terminal session the contents of the two certificates (openssl x509 -in ... -text | grep Subject:) and the console output of s_client that includes the subject? According to one of the active SNI folks, your openssl invocation shouldn't

Re: [us...@httpd] ssl certifikate mismatch

2010-05-16 Thread Reinhard Vicinus
On 14/05/10 23:08, Eric Covener wrote: On Fri, May 14, 2010 at 4:51 PM, Reinhard Vicinusr.vici...@metaways.de wrote: Hi, is the following behaviour of apache 2.2.15 (debian unstable) a feature or a bug? Listen 10.0.0.1:81 VirtualHost 10.0.0.1:81 SSLEngine on SSLCertificateFile

Re: [us...@httpd] ssl certifikate mismatch

2010-05-16 Thread Reinhard Vicinus
What's the full apachectl -S look like on that config? VirtualHost configuration: 10.137.1.104:9903 is a NameVirtualHost default server www.aaa.de (/etc/apache2/sites-enabled/test:19) port 9903 namevhost www.aaa.de (/etc/apache2/sites-enabled/test:19)

[us...@httpd] ssl certifikate mismatch

2010-05-14 Thread Reinhard Vicinus
Hi, is the following behaviour of apache 2.2.15 (debian unstable) a feature or a bug? Listen 10.0.0.1:81 VirtualHost 10.0.0.1:81 SSLEngine on SSLCertificateFile /etc/apache2/conf/aaa.crt SSLCertificateKeyFile /etc/apache2/conf/aaa.key ServerName aaa /VirtualHost Listen 10.0.0.2:81