Error connecting when port number are changed
Due to restrictions on opening port 443 in my firewall, I have to change default ports in comfortclick server to reach it from the internet.
First I stop the services in bOS Service Monitor
Then I change the port numbers in the BOSService.exe config file: (http and https)
<appSettings>
<add key="EventServiceUri" value="net.tcp://localhost:16100/" />
<add key="HttpsServiceUri" value="https://localhost:8443/" />
<add key="HttpServiceUri" value="http://localhost:8080/" />
<add key="RPCServiceUri" value="http://localhost:81/" />
And then start the services in bOS Service Monitor
When started I cannot connect to the server with any clients. (mobile or pc client)
From a web browser I get these results:
http://bosIP:8080 works fine
https://bosIP:8443 does not work.
When changed back (to 80 and 443) everything works fine...
Any ideas?
The bOS Service Monitor now works without displaying an error message. Thank you.