MTConnect.NET icon indicating copy to clipboard operation
MTConnect.NET copied to clipboard

Use the following code to continuously verify on Linux and fail

Open xujun2636216 opened this issue 1 year ago • 1 comments

The self signed bidirectional authentication code using SSL/TLS has been debugged successfully on Windows, but has not passed on Linux. Error: Error while authenticating One or more errors occurred (One or more errors occurred. (The decryption operation failed, see inner exception.))

image

Please provide some correct solutions

xujun2636216 avatar Apr 16 '24 10:04 xujun2636216

Thanks for the information. I've done some work to certificate handling in the version-6.0 branch. You may want to take a look at the updated code here: https://github.com/TrakHound/MTConnect.NET/blob/version-6.0/libraries/MTConnect.NET-MQTT/Clients/MTConnectMqttClient.cs

Please let me know if run into similar issues or anything else.

PatrickRitchie avatar Apr 16 '24 14:04 PatrickRitchie