【问题标题】:port 443 is enabled and how to test the server?端口 443 已启用,如何测试服务器?
【发布时间】:2016-12-17 11:39:11
【问题描述】:

我使用的是 Windows 服务器,并且我知道服务器上启用了端口 443。如何通过连接到远程服务器来测试连接性?

【问题讨论】:

    标签: windows-server-2008-r2


    【解决方案1】:

    OpenSSL 带有一个命令行实用程序 s_client

    openssl s_client -connect example.com:443 -showcerts
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-06-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-08-13
      • 1970-01-01
      • 2023-02-15
      相关资源
      最近更新 更多