我正在使用openssl s_client连接到Exchange服务器。交换服务器不会对我输入的任何内容做出反应。我在OSX上使用终端。
$ openssl s_client -connect pop.server.com:995
CONNECTED(00000003)
<certificate exchange>
SSL-Session:
Protocol : TLSv1
Cipher : RC4-MD5
Session-ID: <longstring>
Session-ID-ctx:
Master-Key: <longstring>
Key-Arg : None
Start Time: 1384517814
Timeout : 300 (sec)
Verify return code: 0 (ok)
---
+OK The Microsoft Exchange POP3 service is ready.
我现在输入的任何内容都不会做任何事情,它不会抱怨它只是忽略了我输入的所有内容,直到它最终杀死了会话
-ERR Connection is closed. 12
read:errno=0