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
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Ubuntu (20.0) as edge device
Browser [e.g. chrome, safari]
-OPC Publisher version 2.9.3
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
vishutyagi000
changed the title
Unable to Connect to OPC Publisher 2.9.2 Rest End Points (Connection refused)
Unable to Connect to OPC Publisher 2.9.3 Rest End Points (Connection refused)
Dec 26, 2023
The 443/80 ports must be routed to 8080/8081. It looks like this is not the case in your setup. If you want to use 8080: {\"PortBindings\":{\"80/tcp\":[{\"HostPort\":\"8080\"}],\"443/tcp\":[{\"HostPort\":\"8081\"}]}. see here.
If this did not work, please provide the full "CreateOptions" you used in your deployment manifest.
Describe the bug
Unable to Connect to OPC Publisher Rest End Points
Used below commands
curl http://localhost:8080/swagger/v2/openapi.json
curl http://{opcpublisherModuleName}:8080/swagger/v2/openapi.json in my case curl http://OPCPublisher:8080/swagger/v2/openapi.json
To Reproduce
Expected behavior
The End point should get called as 8080 is exposed .
Refer -https://github.com/Azure/Industrial-IoT/blob/246ff6e4b4105baa562c2c01870895432d21ea73/docs/opc-publisher/readme.md#calling-the-api-over-http
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
-OPC Publisher version 2.9.3
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: