[root@srv1 ~]# grep -R $39654861fe4d457c293b290b1346244f8afe8184 /etc/httpd/admin-conf.d
/etc/httpd/admin-conf.d/lightsquid.conf:ProxyPass /39654861fe4d457c293b290b1346244f8afe8184 http://localhost/39654861fe4d457c293b290b1346244f8afe8184
/etc/httpd/admin-conf.d/lightsquid.conf:ProxyPassReverse /39654861fe4d457c293b290b1346244f8afe8184 http://localhost/39654861fe4d457c293b290b1346244f8afe8184
[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.
Oh, snap, maybe something with letsecrypt?
[root@srv1 ~]# systemctl restart httpd-admin
[root@srv1 ~]# systemctl status httpd-admin
● httpd-admin.service - Server Manager UI httpd instance
Loaded: loaded (/usr/lib/systemd/system/httpd-admin.service; enabled; vendor preset: disabled)
Active: active (running) since Qua 2022-04-20 09:54:19 -03; 5s ago
Docs: https://github.com/NethServer/nethserver-httpd-admin
Main PID: 8464 (httpd)
CGroup: /system.slice/httpd-admin.service
├─8464 /usr/sbin/httpd -f /etc/httpd/admin-conf/httpd.conf -c MaxConnectionsPerChild 12 -DFOREGROUND
├─8466 /usr/sbin/httpd -f /etc/httpd/admin-conf/httpd.conf -c MaxConnectionsPerChild 12 -DFOREGROUND
├─8467 /usr/sbin/httpd -f /etc/httpd/admin-conf/httpd.conf -c MaxConnectionsPerChild 12 -DFOREGROUND
├─8468 /usr/sbin/httpd -f /etc/httpd/admin-conf/httpd.conf -c MaxConnectionsPerChild 12 -DFOREGROUND
├─8469 /usr/sbin/httpd -f /etc/httpd/admin-conf/httpd.conf -c MaxConnectionsPerChild 12 -DFOREGROUND
└─8470 /usr/sbin/httpd -f /etc/httpd/admin-conf/httpd.conf -c MaxConnectionsPerChild 12 -DFOREGROUND
Abr 20 09:54:19 srv1.unipetrosrp.local systemd[1]: Started Server Manager UI httpd instance.
[root@srv1 ~]#
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.