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
I modified the asyncmrq tst.py to use SSL and our tst.py to not use SSL and I see a connection error in the client which I think is sufficient?
ConnectionAbortedError: SSL handshake is taking longer than 60.0 seconds: aborting the connection
The server however should not be printing an error message. I'm wondering if this is an issue with asyncio - perhaps it should not be passing an attempted SSL handshake through to our code. I'm going to recognize this case and drop it without printing an error for now. I have 3 thoughts. I'll close this issue after reviewing and completing 3.
How do others handle this?
I'll ask the asyncio guys if this is a bug.
How should bad input in general be handled? We should return an error to the client as well as drop the connection.
I get the following message when trying to connect to a workserver that is not setup to accept ssl:
ERROR unrecognized cmd 3
Can an error be returned to the client?
The text was updated successfully, but these errors were encountered: