SSL/Wordpress help
I'm new to SSL. I'm running Apache 2.2.22 on Ubuntu with WordPress. I got a cert installed and it works, e.g.:
My virt hosts config is:
VirtualHost configuration:
wildcard NameVirtualHosts and _default_ servers:
*:443 sullivan11thward.com (/etc/apache2/sites-enabled/default-ssl:2)
*:80 is a NameVirtualHost
default server localhost (/etc/apache2/sites-enabled/000-default:1)
port 80 namevhost localhost (/etc/apache2/sites-enabled/000-default:1)
port 80 namevhost blog.commercialsource.com (/etc/apache2/sites-enabled/blog.commercialsource.com.conf:1)
port 80 namevhost sullivan11thward.com (/etc/apache2/sites-enabled/sullivan11thward.com.conf:1)
My problem is that while
Is there something in my setup that looks fishy here?
Thanks very much in advance for any help.