You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TLS recently turned for ATN and scada; Just got this ssl.SSLEOFError: EOF occurred in violation of protocol on both sides, though at slightly different times.
This crashes the main thread so proactor restarts, rather than just closing and re-opening the paho connection.
Issues:
proactor should not restart; it should catch this error and restart the client.
I don't know why this happened. I've seen it twice on ATN.
TLS recently turned for ATN and scada; Just got this
ssl.SSLEOFError: EOF occurred in violation of protocol
on both sides, though at slightly different times.This crashes the main thread so proactor restarts, rather than just closing and re-opening the paho connection.
Issues:
The ATN exception:
The scada exception:
The text was updated successfully, but these errors were encountered: