Lightsquid is accessible on a link like: https://<your_Server>:980/r455f06xxxxxxxxxxxxxxxxxxxxxxxxxxxx/.
You can find the link inside the Dashboard of the proxy module.
Please report also the output of grep -R $(config getprop lightsquid alias) /etc/httpd/admin-conf.d
Also, does this command returns some HTML curl -L http://localhost/$(config getprop lightsquid alias)?
Finally, you could try restart the service: systemctl restart httpd-admin
[root@srv1 ~]# curl -L http://localhost/$39654861fe4d457c293b290b1346244f8afe8184
curl: (51) Unable to communicate securely with peer: requested domain name does not match the server's certificate.
[root@srv1 ~]# curl -L https://localhost/$39654861fe4d457c293b290b1346244f8afe8184
curl: (51) Unable to communicate securely with peer: requested domain name does not match the server's certificate.
Lol, i tried to change Certificate default and now i lost external acess to cockpit! xD Connecting with vpn and tried over local IP still no good anyway.
[root@srv1 ~]# curl -k https://localhost/39654861fe4d457c293b290b1346244f8afe8184
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>503 Service Unavailable</title>
</head><body>
<h1>Service Unavailable</h1>
<p>The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.</p>
</body></html>
[root@srv1 ~]# curl -k http://localhost/39654861fe4d457c293b290b1346244f8afe8184
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://localhost">here</a>.</p>
</body></html>
If you add -L to curl, it will follow the redirect.
By the way, I suspect some bad configuration, but I’m out of ideas on how to debug it without access.
No Problem, as i said, i will have this server reinstalled in another, this might solve the problem! thanks for your help! as always!
[root@srv1 ~]# curl -L -k http://localhost/39654861fe4d457c293b290b1346244f8afe8184
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>503 Service Unavailable</title>
</head><body>
<h1>Service Unavailable</h1>
<p>The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.</p>
</body></html>