sh 验证Web服务器的快速方法SSL配置适用于SNI / Java 7+ http://stackoverflow.com/questions/7615645/ssl-handshake-a

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 验证Web服务器的快速方法SSL配置适用于SNI / Java 7+ http://stackoverflow.com/questions/7615645/ssl-handshake-a相关的知识,希望对你有一定的参考价值。

#!/bin/zsh

SERVER=$1

echo "Testing $1...\r\n"

echo -e "HEAD / HTTP/1.0\r\nHost: $SERVER\r\n\r\n" | /usr/local/Cellar/openssl/1.0.2j/bin/openssl s_client -servername $SERVER -connect $SERVER:443 -state -quiet

以上是关于sh 验证Web服务器的快速方法SSL配置适用于SNI / Java 7+ http://stackoverflow.com/questions/7615645/ssl-handshake-a的主要内容,如果未能解决你的问题,请参考以下文章

使用 Nginx 的 https SSL 证书验证因自定义构建的 libcurl+openssl 而失败,但适用于系统 curl

Firefox 52.4.1上的Java Applet“ClassNotFoundException” - 适用于IE

配置 Apache Web 服务器以执行 SSL 身份验证

SSL 服务器证书验证在代码中失败,但在 openssl 中没有

在 Apache Web 服务器上配置 2 路 SSL 客户端身份验证

mod_ssl 2.8.31 是不是适用于 Apache 2.2?