Jump to content

Client HTTP API not started


Recommended Posts

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?

Link to comment
Share on other sites

Join the conversation

If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...