You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following fault message I get, when I try to establish a connection to an OPC UA Server signed and encrypted: Opc.Ua.ServiceResultException: ApplicationCertificate cannot be found.
at Opc.Ua.Client.Session.Create(ApplicationConfiguration configuration, ConfiguredEndpoint endpoint, Boolean updateBeforeConnect, Boolean checkDomain, String sessionName, UInt32 sessionTimeout, IUserIdentity identity, IList1 preferredLocales) at Hylasoft.Opc.Ua.UaClient.InitializeSession(Uri url) at Hylasoft.Opc.Ua.UaClient.Connect() at XY.Program.ProcessUa(String URI, List1 entries, Int32 readperiod)
I did already the advice to assign the X509 certificate. Does anyone give me an advice, how I can solve this issue?
BR,
Mike
The text was updated successfully, but these errors were encountered:
Following fault message I get, when I try to establish a connection to an OPC UA Server signed and encrypted:
Opc.Ua.ServiceResultException: ApplicationCertificate cannot be found.
at Opc.Ua.Client.Session.Create(ApplicationConfiguration configuration, ConfiguredEndpoint endpoint, Boolean updateBeforeConnect, Boolean checkDomain, String sessionName, UInt32 sessionTimeout, IUserIdentity identity, IList
1 preferredLocales) at Hylasoft.Opc.Ua.UaClient.InitializeSession(Uri url) at Hylasoft.Opc.Ua.UaClient.Connect() at XY.Program.ProcessUa(String URI, List
1 entries, Int32 readperiod)I did already the advice to assign the X509 certificate. Does anyone give me an advice, how I can solve this issue?
BR,
Mike
The text was updated successfully, but these errors were encountered: