Displaying 2 results from an estimated 2 matches for "ssldom2".
Did you mean:
ssldom1
2016 Nov 20
3
CentOS 6, Apache 2.2.15 and SNI?
...apable of SNI?
I have troubles that are coming from server side (CentOS 6.8, Apache 2.2.15)
just did 'yum update'
in
/etc/httpd/conf/httpd.conf
I've the following
NameVirtualHost ipaddr:443
Include /etc/httpd/conf/vhosts/vhost-ssldom1-box.conf
Include /etc/httpd/conf/vhosts/vhost-ssldom2-box.conf
both 'vhost'-files are like this:
<VirtualHost ipaddr:443>
ServerAdmin webmaster at domain#.com
ServerName vhost.domain#.com:443
ServerAlias box.domain#.com:443
ServerAlias calcbox.domain#.com:443
ServerAlias proxybox.domain#.com:443
...
SSLEngine on
SSLStrictSNIVHostChe...
2016 Nov 20
0
CentOS 6, Apache 2.2.15 and SNI?
...side (CentOS 6.8, Apache 2.2.15)
> just did 'yum update'
>
>
> in
> /etc/httpd/conf/httpd.conf
>
> I've the following
>
> NameVirtualHost ipaddr:443
>
> Include /etc/httpd/conf/vhosts/vhost-ssldom1-box.conf
> Include /etc/httpd/conf/vhosts/vhost-ssldom2-box.conf
>
> both 'vhost'-files are like this:
>
> <VirtualHost ipaddr:443>
> ServerAdmin webmaster at domain#.com
>
> ServerName vhost.domain#.com:443
> ServerAlias box.domain#.com:443
> ServerAlias calcbox.domain#.com:443
> ServerAlias proxybox.domai...