Replies: 1 comment 1 reply
-
generally speaking each OPC UA Client/Server has a ApplicationInstance-Certificate which is valid for only the instance! You need to set the hostname for the docker-container and set the proper hostname in the certificate! you need to look at it similar to virtual machines, so each container is a own machine and the "docker-host" is just the hardware which the software runs on. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the library in a dockerized Environment.
For the secure connection to OPC UA i use a certificate that is valid for the Host where the docker container is running.
However if i run my program in a docker container with this certificate, i get the following error message:
My Suggestion would be that the hostname can be set manually (like it is already done with the application_uri)
Beta Was this translation helpful? Give feedback.
All reactions