[Solved] Secure web admin console with HTTPS/SSL generating 404 error

#3
try check SSL protocol and Encryption Level options applied.
Thanks for the reply.

As you can see in the first screenshot above, I have not select any options in both these sections. I am confused which options should I select in both these sections. Can you guide me through?
 

NiteWave

Administrator
#5
is it safe to delete the default http listener on port 7080 when SSL is working fine for me? Will it cause any trouble with the CPanel LiteSpeed plugin?
it's safe, and you can add it back later at any time.
 
#6
it's safe, and you can add it back later at any time.
Hi,

I've removed the default port but started facing another issue.

After removing the default 7080 listener, the LiteSpeed Web Server Plugin links the Admin console to:
Code:
[COLOR="red"][B]http[/B][/COLOR]://myserver:7081/
Instead of

Code:
[COLOR="red"][B]https[/B][/COLOR]://myserver:7081/
Thus whenever I am trying to open Admin console through WHM, I'm getting the following error.

snap695.jpg

Can you please help me out? If I'm accessing the Admin console directly from the browser it's working. It's just that the WHM plugin for LiteSpeed is not redirecting http to https.
 
Last edited:
Top