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?
Hello,
apologies for a delayed response, we had a national holiday in between and were out of the office.
You can try deleting the ComfortClick certificate and try connecting again.
Try stopping the server, change the ports as you did, and delete certificate (to delete the certificate, in windows search, Type: certml.msc, go to Personal/certificates and delete comfortclick. Start the server again and try connecting.
Regards.