-
Notifications
You must be signed in to change notification settings - Fork 434
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
[Bug]: Issue with connection using 4096-bit certificates #2013
Comments
Hello @gustavoschewinski can you provide commands for creation of certs? I would then have a reproducer locally to see why there is failure. We have some unit tests which confirm handling of specific key lengths, so if they do not spot issue its most likely other part of negotiation logic which is out of sync with spec. |
Hello @splatch, Thanks for helping, this is how I am creating them:
Best, |
I am not yet sure if I have a valid reproducer, but for sure I can't get client certificate to connect with Milo server using server certificate provisioned through your script. I keep getting
Do you get any client/server stack traces to share? |
What happened?
Hello,
The connection to PLC4X using 2048-bit certificates (both client and server) works fine. However, when switching to 4096-bit certificates for both, the connection fails.
On the OPCUA side, I receive an error stating "An error occurred verifying security", and in the PLC4X logs, I only see "Connection terminated by remote." It appears that the certificates are not being accepted.
I tested the certificates separately by doing a connection using a python library, and it worked, so the issue does not seem to be with the certificates themselves.
Any insights or suggestions would be greatly appreciated on how to fix this problem.
Thanks a lot!
Version
v0.13.0-SNAPSHOT
Programming Languages
Protocols
The text was updated successfully, but these errors were encountered: