[Bug 892006] New: default-vhost-ssl.conf is in wrong location
https://bugzilla.novell.com/show_bug.cgi?id=892006 https://bugzilla.novell.com/show_bug.cgi?id=892006#c0 Summary: default-vhost-ssl.conf is in wrong location Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Apache AssignedTo: bnc-team-apache@forge.provo.novell.com ReportedBy: jnweiger@gmail.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 We have /etc/apache2/default-vhost-ssl.conf which has critical settings for <IfDefine SSL>. When SSL is enabled in the configuration, the file is still ignored. It needs to be moved to /etc/apache2/conf.d in order to work. The instructions in /etc/sysconfig/apache2 don't tell so, neither do the search engine results that I could find. Reproducible: Always Steps to Reproduce: vi /etc/sysconfig/apache2 APACHE_MODULES="... ssl socache_shmcb socache_dbm ..." ... APACHE_SERVER_FLAGS="SSL" ZZ sudo /usr/bin/gensslcert -o 'ownCloud.com' -e 'jw@owncloud.com' sudo rcapache2 restart Actual Results: Browser gets ssl_error_rx_record_too_long tail /var/log/apache2/access_log 127.0.0.1 - - [14/Aug/2014:16:32:43 +0200] "\x16\x03\x01" 400 304 "-" "-" (Apache responds with plain http on port 443) Expected Results: https kicks in. Additionally, the line <VirtualHost __default__:443> does not work for SSL. Changing it to <VirtualHost *:443> helps. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com