Replies: 1 comment 2 replies
-
your client application uri does not match the uri in your cert! urn:DESKTOP-A1D6NNH:client |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have a problem about the connection to OPC UA, if I take the architecture into ThingWorx Industrial Connectivity, we have something like this :
Connectivity (opc.tcp://192.168.130.240:49320)
--------->Device 1
--------->Device 2 (opc.tcp://192.168.120.200:51310/CogentDataHub/DataAccess)
(Connectivity contain Device 1 and 2, like folders for example)
I can connect with Connectivity without any problem
But when i try to connect with Device 2, with the same configuration for the cert, i got this error :
asyncua.ua.uaerrors._auto.BadCertificateUriInvalid: "The URI specified in the ApplicationDescription does not match the URI in the certificate."(BadCertificateUriInvalid)
Here is the cert.conf :
And here is my code :
Keep in mind that all of this is working for "opc.tcp://192.168.130.240:49320", I really don't know why this doesn't work for Device 2 :-/
Thank for your responses
Beta Was this translation helpful? Give feedback.
All reactions