Here is my example. I assumed some humans might be fallible, so I had registered some URL's similar to the following.
politics4real.com
politicsforeal.com
politicsforreal.com
Note the second one is mispelled, it is missing one of its "R's".
Strangely enough when I set up my vhosts override for SSL, the first above works fine, and I can pick one of the two below it and things work as expected, but if I try and add the last one in, it breaks the entire server - no sites can resolve anything. It acts as if there is some sort of wildcard that get's messed up when all three are set up - not to mention it breaks all of the other ordinary domains in Sentora when I save the vhost. Any ideas? Here is the type of override I am using:
And yes, I am running the daemon and restarting Apache after I set up each domain, including the others. Any help would be much appreciated, as it is sort of confusing why this is happening.
politics4real.com
politicsforeal.com
politicsforreal.com
Note the second one is mispelled, it is missing one of its "R's".
Strangely enough when I set up my vhosts override for SSL, the first above works fine, and I can pick one of the two below it and things work as expected, but if I try and add the last one in, it breaks the entire server - no sites can resolve anything. It acts as if there is some sort of wildcard that get's messed up when all three are set up - not to mention it breaks all of the other ordinary domains in Sentora when I save the vhost. Any ideas? Here is the type of override I am using:
Code:
SSLEngine on
SSLProtocol ALL -SSLv2 -SSLv3
SSLHonorCipherOrder On
SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS
SSLCertificateFile /etc/letsencrypt/live/politicsforreal.com/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/politicsforreal.com/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/politicsforreal.com/chain.pem
# Keeping bellow for future upgrades.
# Requires Apache >= 2.4
# SSLCompression off
And yes, I am running the daemon and restarting Apache after I set up each domain, including the others. Any help would be much appreciated, as it is sort of confusing why this is happening.
Everyone makes mistakes, but to truly screw up it takes the root password!