parameter (I used the 79 port to be sure that another software doesn't use the port), but it is not able to get the server version. However, I am able to connect to the HTML page from my browser.
Error in communication with HTTP server:
http://127.0.0.1:79/_info?sessionToken=x
Error transferring http://127.0.0.1:79/_info?sessionToken=x - server replied: Not Found
Error in communication with HTTP server:
http://127.0.0.1:79/_info?clientUpdateCheck=x&major=3&minor=16&patch=1&arch=windows-64
Error transferring http://para:@127.0.0.1:79/_info?clientUpdateCheck=x&major=3&minor=16&patch=1&arch=windows-64 - server replied: Not Found
Re: User Interface cannot get server version with \"-server http://...\" parameter
Postby adaneau »
Hi,
Some tips.
1) Use webclient_http.ctl instead of rs_http.ctl
2) Entry for port is
[webClient]
httpPort = 79
httpsPort = 553
so not httpServerPort and no "" around value.
3) at manager starts check if port is good (in log viewer)
WCCOActrl (2), 2018.09.11 10:24:09.808, SYS, INFO, 2/http, Server listens on Port https:// - 555.
WCCOActrl (2), 2018.09.11 10:24:09.812, SYS, INFO, 2/http, Server listens on Port http:// - 79.
4) Use https if you can. If not disable it by setting port to 0.
Re: User Interface cannot get server version with \"-server http://...\" parameter
Postby kfyraj »
Hi Alexandre,
Thanks a lot for the tips.
It did work. Just a note one has to give permission to the client from the device manager (system management->settings->device manager and the unlock for), even if the client is local.
However, I will try to connect with https, but I believe that I have to create the certifications, is that right?