Bug#541607: apache2: fails to start because of SSL configuration changes

2009-09-06 Thread Stefan Fritsch
Thanks for the info. On Saturday 05 September 2009, Julian Mehnle wrote: > /etc/apache2/apache2.conf:NameVirtualHost *:80 > /etc/apache2/apache2.conf:NameVirtualHost *:443 > /etc/apache2/sites-enabled/00default: > /etc/apache2/sites-enabled/00default:SSLEngine off > /etc/apache2/sites-enabled

Bug#541607: apache2: fails to start because of SSL configuration changes

2009-09-05 Thread Julian Mehnle
Stefan Fritsch wrote: > I can't reproduce that problem. Can one of you please provide some > more detailed information about his configuration? The output of > > egrep -ir '^[^#]*(sslcertificate|sslengine|virtualhost)' > /etc/apache2/*conf* /etc/apache2/*enabled > > would be nice. I cannot disclo

Bug#541607: apache2: fails to start because of SSL configuration changes

2009-09-05 Thread Stefan Fritsch
On Friday 04 September 2009, Stefan Fritsch wrote: > egrep -ir '^[^#]*(sslcertificate|sslengine|virtualhost)' > /etc/apache2/*conf* /etc/apache2/*enabled One configuration where I see this error is with: NameVirtualHost *:443 and several *:443 virtual hosts, where one of them has "sslengine on"

Bug#541607: apache2: fails to start because of SSL configuration changes

2009-09-04 Thread Stefan Fritsch
Hi, On Friday 14 August 2009, Marc Dequènes (Duck) wrote: > I just upgraded from 2.2.11-6 to 2.2.12-1, and my server failed to > start with the following error: >[error] Server should be SSL-aware but has no certificate > configured [Hint: SSLCertificateFile] I can't reproduce that proble

Bug#541607: apache2: fails to start because of SSL configuration changes

2009-08-30 Thread Julian Mehnle
I, too, can confirm this for 2.2.12-1. I wasted two hours trying to figure out if there was *some* way to adjust my configuration to make it work, to no avail. After all, I was forced to downgrade to 2.2.11, which I was using before. Luckily I still had the packages in my cache, or I would hav

Bug#541607: apache2: fails to start because of SSL configuration changes

2009-08-23 Thread Laurent
Hi, Same problem here. I managed to get rid of it by declaring SSLCertificateFile and SSLCertificateKeyFile only once (I put it in ssl.conf) and having only "SSLEngine on" in all SSL vhosts configurations. Looks like apache is more strict on configuration files now. So, it may not be a bug but i

Bug#541607: apache2: fails to start because of SSL configuration changes

2009-08-14 Thread Marc Dequènes (Duck)
Package: apache2 Version: 2.2.12-1 Severity: grave Justification: apache2 with a (quite common) SSL configuration won't work Coin, I just upgraded from 2.2.11-6 to 2.2.12-1, and my server failed to start with the following error: [error] Server should be SSL-aware but has no certificate c