Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
How to implement a secure connection (client to server) using a local certificate file in Java SDK?
For example in EMS we can do in the following manner:
"certificates": {
"validate": true, // Boolean. Set to false to turn off certificate validation. Default = true.
"client_cert": "cert.cer", // The local certificate file is given here.
}
}
Does anybody have any answer
Hi All,
I used below two methods of the ClientConfigurator class in my ConnectedThingClient class:
Using the above methods, the client can check various certificate fields against pre-configured values in order to validate them
Thanks,
Aditya