无法使用 undertow 服务器保护 7.3 保险丝控制台

Can not secure 7.3 fuse console with undertow server

我们遵循以下 link 中的准则来保护 undertow http 服务器(fuse 7.2 已遵循相同的步骤,但我们遇到了同样的问题)。 https://access.redhat.com/documentation/en-us/red_hat_fuse/7.3/html/apache_karaf_security_guide/webconsole

当我们启动服务器时,我们会看到条目 "Starting undertow https listener on 0.0.0.0:8943"。但是当我们尝试访问 link https://localhost:8943/hawtio 时,我们会进入 chrome 下面的错误。

此站点无法提供安全连接,本地主机使用了不受支持的协议。 ERR_SSL_VERSION_OR_CIPHER_MISMATCH 不支持的协议 客户端和服务器不支持通用的 SSL 协议版本或密码套件。

我们的证书已经在 wildfy 的 undertow 服务器上进行了测试,没有任何问题,所以我们相信我们已经正确地遵循了指南。 我们的休息服务也可以毫无问题地交换 https 消息。 在下面 links 你可以找到 2 个配置文件。 https://quickfileshare.org/Yfx/org.ops4j.pax.web.cfg

https://quickfileshare.org/Yfy/undertow.xml

我们是否忽略了任何配置步骤?

你有:

<w:engine
        enabled-cipher-suites="TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384"
        enabled-protocols="TLSv1 TLSv1.1 TLSv1.2 SSLv3.0" />

请验证Chrome是否支持上述强密码套件。