axelweinz commented on issue #1682: URL: https://github.com/apache/plc4x/issues/1682#issuecomment-2210786769
Yes, here is the server certificate (0A8E5BC293F3319FF153ECA240E51E92323C3ABC) and the client certificate, key and truststore I have tested with. The client certificate and truststore are generated using OpenSSL, like this: ``` req -x509 -newkey rsa:2048 -keyout clientkey.pem -out clientcert.der -days 3652 pkcs12 -export -in clientcert.der -inkey clientkey.pem -out store.pfx ``` I set the password to "admin" for both the private key and the truststore. The OPC server exposes both Basic128Rsa15 and Basic256. Both gives the same error. [certificates.zip](https://github.com/user-attachments/files/16109664/certificates.zip) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
