Access Denied for HttpSysSuperhttpserver

Wiki: The hostname HttpSys the server channel should listen on. The default value is ‘*’, which means that the server channel receives all requests, regardless of hostname.

If I do this, when starting the server I get a single dialog stating Access Denied (in dutch), and the server is terminated.

Many names are denied for the hostname, also for nonstandard ports like 9503. Turning off the firewall does not help.

localhost is accepted, but nothing else… But if I fill in localhost, remote connections are not accepted, because of an invalid hostname.

What could be wrong?

Sounds like an access restriction on the windows account running the server. His channel uses the kernel-level http.sys driver, I’m not surprised that Windows restricts non-admin, non-system accounts from registering with that; this would also explain when"localhost" works.

Hello,

Marc is right, this is the question of privileges. It does not ask for elevation but try running it as administrator, it should work.

Best regards - Sergey.

Confirmed, if started as administrator I can use the *. Thanks… Might want to put a short line about that in the wiki…

Hello,

Confirmed, if started as administrator I can use the *. Thanks... Might want to put a short line about that in the wiki...

We will certainly do soon, after library pages update and restructure complete, thanks.

Best regards - Sergey.