Dear Sirs,
Requesting the web api of a Windows 11 client: both http://127.0.0.1:8888 and http://ipaddress:8888 return connection refused.
From admin command line I've done:
whoami
netsh http add urlacl url=http://ipaddress:8888/ user=pc-telecamere\admin
# tried also
FOR /F %i IN ('whoami') DO netsh http add urlacl url=http://+:8888/ user=%i
Return that rule already exists
netsh http show urlacl # show that rule
URL prenotati : http://ipaddress:8888/
Utente: PC-TELECAMERE\admin
In ascolto: Yes
Delega: No
SDDL: D:(A;;GX;;;S-1-5-21-97156222-1876077083-1842959516-1001)
URL prenotati : http://+:8888/
Utente: PC-TELECAMERE\admin
In ascolto: Yes
Delega: No
SDDL: D:(A;;GX;;;S-1-5-21-97156222-1876077083-1842959516-1001)
Tried also delete and readding, restart pc, but no luck
I've enabled HTTPS with a xca self signed certificate on server, this could affect also the client and mobile connection?