Server unresponsive after successful OpenSSL connection
- by Dan B
I'm testing server connections using OpenSSL, with varying results
Server A: connection is successful, as are user login and the other commands I expected to work
Server B: connection is successful, but the server is unresponsive when I try to submit a command. I don't get an error, or even a disconnection – just a blank line from where I hit Enter or ^M
My hunch is that Server B's configuration requires a different character encoding or something and it's simply not recognizing my Enter keystroke, but I've looked to no avail... any suggestions would be appreciated!