Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login chrash #560

Open
huebl opened this issue Apr 11, 2023 · 1 comment
Open

Login chrash #560

huebl opened this issue Apr 11, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@huebl
Copy link
Contributor

huebl commented Apr 11, 2023

An OPC UA Client opens a connection to the OPC UA Server with the following parameters.

a. Security Policy => Basic128Rsa15
b. Message Security Mode => Sign & Encrypt
c. OPC Ua Client uses Self Signed Certificate

The connection is rejected with the result code BadCertificateUntrusted.

The following log messages were issued.

2023-Apr-11 13:28:19.575841 ERR [ThrSrv_4] found self signed certificate with ca flag
2023-Apr-11 13:28:19.575841 ERR [ThrSrv_4] validate self signed error
2023-Apr-11 13:28:19.588489 ERR [ThrSrv_4] client certificate not trusted

The OPC Ua server crashes on a Windows system. More information about the crash is not yet available.

@huebl huebl added the bug Something isn't working label Apr 11, 2023
@huebl huebl self-assigned this Apr 11, 2023
@huebl
Copy link
Contributor Author

huebl commented Apr 11, 2023

In the OpcUaServer there is a rule that an OPC UA client with a self-signed certificate must not contain a CA flag if this is the only certificate in the list. This rule should be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant