Got a Ignition Edge, communicating with a Siemens S7-1500 as a OPC client connection.
When I added the siemens client, I marked it as "Trust Certificate", and using the security mode/policys.
I saw the certificate getting added under "C:\Program Files\Inductive Automation\Ignition\data\opcua\client\security\pki\trusted\certs"
When all is configured, I'm getting the error :
Exception caught: UaException: status=Bad_SecurityChecksFailed, message=java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
This causes the connection to "Fault".
By unchecking the Certificate Validation Enabled, the communication starts working.
I'm not all to well versed in certificate config, I can't see what to do next to get this working with the enable checked. What am I missing?