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
Generated a self-signed certificate (cert.pem and key.pem) → Failed
Is there any specific configuration required on the client or server side to bypass this certificate validation issue? Any guidance would be appreciated.
The text was updated successfully, but these errors were encountered:
Description:
I'm encountering an issue while attempting to connect to an OPC UA server using the client library. The connection fails with the following error:
Code Snippet:
Attempts:
I have tried the following but still encountered the same error:
WithInsecureSkipVerify()
→ Failedcert.pem
andkey.pem
) → FailedIs there any specific configuration required on the client or server side to bypass this certificate validation issue? Any guidance would be appreciated.
The text was updated successfully, but these errors were encountered: