I just recently had to find a way to get a SSL certificate for my domain as facebook required this by the 1st of October as you may aware.
Therefore I signed and installed my startssl certificate on my server.
Now my problem is, when I try to go to one of my https sites it always asks me to make an exception for my certificate (which is okay at the moment) but after creating this exception my Server, which is as I know a linux server with an cPanel backend, fires a 404 page not found notification to me.
404 Not Found
The server can not find the requested page:
greentomatocars.com.au/fbtab/booking (port 443)
Please forward this error screen to greentomatocars.com.au's WebMaster.
Any diagnostics available what's this all about and whats the problem?
Any answer will be appreciated.
If you got the 404, your SSL is working perfectly, as the "404" was transmitted via SSL. I would investigate the actual problem, which is the 404.
You need to configure your server to also serve your content on port 443 (https). Right now it's still using the cPanel default.
I realize this question is 4 years old.
If you can access the html page at your root domain (say
https://midomain.com/
), but pages in a directory likehttps://midomain.com/
give you a404 Not Found
error, then you probably need to add these lines to yourhttpd-ssl
file:(applies to Apache 2.4)
i had similar problem on a server with few hosts (currentlly only one with https support)
i found the sulotion in cpanel FAQ, i went to WHM Home >> Service Configuration >> Apache Configuration >> Include Editor >> Pre Virtual Host Include, and added the following lines:
Once you installed ther certificates, you have to activate SSL via