• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue Control Panel URL redirects to https://localhost:8443/smb/

jescayola

New Pleskian
Server operating system version
Debian 11.11 x86_64
Plesk version and microupdate number
Plesk Obsidian 18.0.72.3
This started to happen a few weeks ago, I couldn't get the Grafana performance charts but navigate through the sections, but now when I get to the login page and enter credencials the URL changes to https://localhost:8443/smb/ and can't get to the Control Panel.
I have tried different browsers, computers just in case, and even ISP.
Any ideas?
Thank you!
 
What's the content of /etc/hosts? It should not only resolve to localhost, but resolve the local IP address to the hostname, e.g.
Code:
# IPv4
127.0.0.1       localhost.localdomain localhost
123.123.222.111 <my.host.com> myhost
where "myhost" and my.host.com are just examples of your local host name. If that line is missing, you might experience redirects to localhost.

Another issue could be your browser's cache. Clear it.
 
I checked the /etc/hosts file and yes, there is the line with the IP and hostname domain. Also cleared browser cache but it is not working.
I tried to access using one of the domains without SSL and it works, no redirection. But when I configure the SSL to use that domain's certificate the issue is back again. I don't know if this might help. Thank you.
 
Back
Top