Server unresponsive after successful OpenSSL connection
Posted
by
Dan B
on Super User
See other posts from Super User
or by Dan B
Published on 2012-10-03T01:11:59Z
Indexed on
2012/10/03
3:41 UTC
Read the original article
Hit count: 532
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!
© Super User or respective owner