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
In case siotls acts as a server and that the other side sends an alert (e.g. for a bad certificate) that alert is going to be sent by the client in clear text but at the moment (because we are post ServerHello flight) siotls expects to read encrypted data. Deciphering clear-text just doesn't work.
The text was updated successfully, but these errors were encountered:
In case siotls acts as a server and that the other side sends an alert (e.g. for a bad certificate) that alert is going to be sent by the client in clear text but at the moment (because we are post ServerHello flight) siotls expects to read encrypted data. Deciphering clear-text just doesn't work.
The text was updated successfully, but these errors were encountered: