OPCFoundation / UA-Java-Legacy

This repository is provided by OPC Foundation as legacy support for an Java version for OPC UA.
https://github.com/OPCFoundation/UA-.NETStandard
Other
355 stars 227 forks source link

Server certificate Validation #200

Closed dreampangari closed 4 years ago

dreampangari commented 4 years ago

Should client validate server certificate which it has received in getEndpoint/createsession call like expiry dates ,invalid certificate and trusted/untrusted?

jouniaro commented 4 years ago

Yes. The DefaultCertificateValidator can help with that.