Reputation: 132
Is it possible to have a OPCUA client connect to server without certificate using eclipse milo java sdk? When I try to that I get an exception saying that the certificateBytes can not be null.
Upvotes: 2
Views: 1492
Reputation: 6985
It should be possible... are you sure you're connecting to an endpoint with security disabled? (SecurityPolicy.NONE
).
Upvotes: 1