我在Windows 7或Windows命令处理器上使用命令行。我正在尝试连接到端口995上的gmail pop服务器(pop.gmail.com),因为这是我在其他网站上看到的。我想至少得到一个“+ OK Hello there”消息。这是我写的命令:
telnet pop.gmail.com 995
我没有得到任何答案。我做错了什么?
答案 0 :(得分:7)
端口995用于SSL连接。你不能用telnet做到这一点。 您可以尝试OpenSSL并以这种方式进行测试。
openssl s_client -connect pop.gmail.com:995 -quiet
有关OpenSSL for Windows的更多信息,请访问: OpenSSL for Windows
增加:
我刚刚用openssl命令测试过,上面给了你。它就像一个魅力:
user@localhost$ openssl s_client -connect pop.gmail.com:995 -quiet
depth=1 /C=US/O=Google Inc/CN=Google Internet Authority
verify error:num=20:unable to get local issuer certificate
verify return:0
+OK Gpop ready for requests from 11.11.111.11 v45pf1517914yhk.21