Re: [users@httpd] Apache serving up default certificate for certain domains

2016-01-17 Thread Ted To
Fixed it -- I commented out the ... section of /etc/httpd/conf.d/ssl.conf and it is now working again. On 01/17/2016 11:48 AM, Ted To wrote: > So in looking at the differences between ssl.conf and ssl.conf.rpmnew, > in addition to my own additions for selecting cipher suites, etc, I see: > > 92c8

Re: [users@httpd] Apache serving up default certificate for certain domains

2016-01-17 Thread Ted To
So in looking at the differences between ssl.conf and ssl.conf.rpmnew, in addition to my own additions for selecting cipher suites, etc, I see: 92c80 < SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5 --- > SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5:!SEED:!IDEA where the 2nd line is from ssl.conf.rpmnew. Coul

Re: [users@httpd] Apache serving up default certificate for certain domains

2016-01-17 Thread Ted To
So having run httpd -S, I can see that for port 443, default server theo.to (/etc/httpd/conf.d/ssl.conf:68) shows up (which is not right) but then shows up again: port 443 namevhost theo.to (/etc/httpd/sites-enabled/theo.to.conf:7) alias www.theo.to Looking in

Re: [users@httpd] Apache serving up default certificate for certain domains

2016-01-16 Thread Yehuda Katz
Maybe the updated openssl doesn't like something about your certificates. Does Apache have any warnings or notices when it starts up? Try running httpd -S which lists all the vhosts Apache has and see if it matches what you expect. You may also see the errors from that command (tested on RHEL 7 -