-
Notifications
You must be signed in to change notification settings - Fork 428
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
OPC UA Driver should support client certificates #595
Comments
Are there any estimates on when this will be implemented? |
@hutcheb looked at it in 2021:
This is the current state and for the time being no Developer is actively working on that. Our focus is currently on other protocols and topics. Maybe Ben can give an update. |
Hi,
Sorry, there has been no progress made since the last comment. If you are
interested in working on it, I can help you get up to speed.
Kind Regards
Ben
…On Wed, Jan 18, 2023 at 1:25 PM otluk ***@***.***> wrote:
@hutcheb <https://github.com/hutcheb> looked at it in 2021:
For 0.9, certificates for encryption is not supported.
For encryption, asymmetric encryption is used initially, the logic for
this should work. It hasn't been tested for a while and may need some minor
fixes. Once the session is established it switches to symmetric encryption.
I had some trouble implementing this and couldn't get it to work properly.
For certificate based authentication, it hasn't been implemented, only
anonymous and username profiles work. However it shouldn't be too difficult
to implement as all of the certificate handling logic has been implemented.
This is the current state and for the time beeing no Developer is activily
working on that. Our focus is currently on other protocols and topics. but
may be Ben can give an update.
—
Reply to this email directly, view it on GitHub
<#595 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADXBWTGPCAJTJSLG6BNW4ZDWS7OM7ANCNFSM6AAAAAAR3IN7ZU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@hutcheb can you confirm this issue can now be closed? |
I believe it can be closed with work done in #1007. It covers both symetric and asymmetric encryption with client certificate retrieved from keystore. |
Completed via #1007. |
For an application we need to support Cert based Security in the OPC UA Driver.
Imported from Jira PLC4X-185. Original Jira may contain additional context.
Reported by: jfeinauer.
The text was updated successfully, but these errors were encountered: