Hi open62541 team,
I am using open62541 to write a simple OPCUA client running on raspberry Pi. I want to connect to a remote Kepware Server running on windows.
The requirement is to use secure communications, i.e. certificates.
I am able to connect and read data as long as server endpoint isn't checking for certificates, i.e. "none" is checked for endpoint security in Kepware.
However if I uncheck "none" for the endpoint on Kepware (and check Basic 128/256) , the client cannot connect, throws the error: "no suitable endpoint found". I believe this is because I need to configure the client to use the Server's certificate, but I don't know how to "tell" the client to use the certificate (.der file) I exported from Kepware.
I did place the .der file exported from Kepware into the SSL certs folder, but not sure this is enough. I assume I have to somehow tell the client to use it.
So, can someone tell me how I need to configure the client to use a certificate in order to connect to a remote server.
Thanks!!
Bob Meads