-
Notifications
You must be signed in to change notification settings - Fork 951
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
Modbus Error: [Input/Output] The operation did not complete (read) (_ssl.c:2578) #2463
Comments
It seems the lower layers closest to the the connection, are you sure your certificates are ok ? Our test cases includes a case very similar to yours, running a tls server against client_async_calls (all from examples), and that works, I will try running the 2 examples against each other manually and see if I can reproduce your problem. |
We have made some changes around tls, please try with dev. |
Confirmed this is solved on dev. |
I will try to simulate your situation, the sync client have undergone a lot of changes on dev. |
Reproduced. |
Versions
Pymodbus Specific
Description
Tried to set up a server and client usint two ec2 instances and have the client write a value to register 0. I get error
Modbus Error: [Input/Output] The operation did not complete (read) (_ssl.c:2578)
. Seems to be a similar issue to this but I am not getting thisrequested slave does not exist: 0
.Code and Logs
Logs:
The text was updated successfully, but these errors were encountered: