I have tried the samples on the installation server and it works fine (http://localhost:8081 server: http://localhost:8081 ).
I have also tried using my own web server running on the same server as the installation. This also works fine(https://127.0.0.1:8887 server: http://localhost:8081) I did this as described here: https://developer.milestonesys.com/s/article/XProtect-Mobile-Server-app-on-different-server-CORS
But when I try to call the server with https//localhost:8082 I get the error ERR_CONNECTION_REFUSED.
In Edit/Show port numbers the port for https is set to 8082. Why can’t I access it?