UANode

Trusting server certificates

Secured OPC UA connections (Sign and SignAndEncrypt) are built on mutual certificate trust: UANode must trust the server's certificate, and the server must trust UANode's. Until both sides trust each other, a secured connection is refused — that refusal is the security model working, not a bug.

When to trust a certificate

When you connect to a secured server UANode does not yet trust, it asks right in the connect flow — trusting there is the normal path. The certificate manager is the power-user view for everything else: inspecting fingerprints, un-rejecting, cleanup, and exports.

When to reject one

Making the server trust UANode

Trust is mutual: many servers refuse a secured client they do not know. Export UANode's own certificate from the certificate manager and install it in the server's trust list (in UaExpert-style servers this is usually a "trusted clients" folder or a one-click accept on the server console).

Connections with security None skip all of this — no certificates are checked, and nothing is encrypted. Fine for the demo server or a lab; not for production data.