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
You get this error when certificates in a node red plugin have expired. Here are possible solutions
repo is updated, install iot-edge-for-iiot from scratch and it should work.
update opc simulator
* add a security rule to [PurdueNetwork-L2-nsg] to allow outbound connections (we are going to download a container from docker.io)
* logon to simulator server(s) created in "iiot-assets" resource group
* Remove the old image and deploy new image
docker stop opcsimulator
docker rm opcsimulator
docker run -p 54845:54845 -p 54855:54855 -p 1880:1880 --name opcsimulator --restart unless-stopped onderyildirim/opcsimulator:0.1.60.0-amd64
Hi,
We have performed the setup from the script but are not able to get the OPC UA publisher working. We get a certificate issues.
Logs OPC Publisher
We have retrieved the certificate from the node and seems it was only valid from 06/12/2020 until 06/12/2021.
We check all systems clock and they are all correct.
Also removed the Pki folder, restarted everything but always getting the same result.
Even upgrading the OPC publisher from 2.6 to 2.8 didn't work.
Can this be related to the NodeRed OPC UA Server in this case. We are using the '-aa' flag on OPC publisher but still fails on it.
The text was updated successfully, but these errors were encountered: