Hey, On 14/01/2022 08:31, Crystal Kolipe wrote:
Reading the manual page for openssl, specifically the section on s_client would be a very good idea.
thank you for the hint. I did not know about this behavour. It does not explain the initial bug, but certenly my testing of it.
For the archive, here is the important part from the manual.
If a connection is established with an SSL server, any data received from the server is displayed and any key presses will be sent to the server. When used interactively (which means neither -quiet nor -ign_eof have been given), the session will be renegotiated if the line begins with an R; if the line begins with a Q or if end of file is reached, the connection will be closed down.
Thanks for letting me know :)

