SSL issues with Cloudflare and Other provide at DNS level

wasif

Administrator
Staff member
Apr 9, 2019
576
112
43
I've seen a couple of clients having issues with Mumara not showing content over HTTPS requests, however, it works well on HTTP. The reason for this is, Mumara is designed to detect the protocol i.e. HTTP or HTTPS from the current host address. And if the server has no SSL installed and not listening to port 443, the server returns HTTP even if you are having https in the address bar. The reason for this is, the SSL is being signed and data is encrypted at the DNS level, not the server level and no SSL is installed on the server. Hence, you'll see issues.

Solution:

Just install the SSL in your server and make the 443 port listen to it, it doesn't matter if it's being bypassed by Cloudflare SSL certificate. It should work!