You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I get 'Failed to connect to localhost port 8080' error message. I have tried using the 'netstat -an' command to list out all ports available on localhost and I cannot find 8080 / 8081
.
What I have done:
Made sure all local ports connection are enabled for UDP + TCP in Windows Firewall for both inbound and outbound rules
Tried Adding '--DisableHttpServer=disabled' , "--httpserverport", "--unsecurehttp" to the OPC Publisher Module as part of Container Create Options
But still no luck
The text was updated successfully, but these errors were encountered:
If you want to access the server on the localhost you need to create a port binding from 80 to 8080 and 443 to 8081 like in the deployment.json in the same folder. No other command line arguments should be needed. You do not need to export the ports if you use a module in the same Azure IoT Edge docker network to access the server. (But then you use just https://) since 443 port is secured using a IoT Edge module SSL certificate which should be in the module trust list.
You can follow the instructions to run the module in iotedgehubdev using the deployment.json file in the repo. If the http api is then not accessible, please reopen and add repro steps, and the deployment manifest you used.
Also, the title says ":latest", the tag for 2.9.0 is "2.9.0-preview4" if that makes a difference. It is possible that the deployment.json refers to latest, but latest is still 2.8.6 at this point.
marcschier
changed the title
OPCPublisher:latest API Server not working
Option to enable swagger UI in release build publishers. (OPCPublisher:latest API Server not working)
Jul 4, 2023
Hello,
I am trying to follow this example below:
.
What I have done:
But still no luck
The text was updated successfully, but these errors were encountered: