禁用 Tomcat 5.5.27 的弱密码?

发布于 2024-07-09 15:32:57 字数 34 浏览 8 评论 0原文

请告诉我如何禁用 Tomcat 5.5.27 的弱密码

Please let me know how can I disable weak Ciphers for Tomcat 5.5.27

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谜兔 2024-07-16 15:32:57

请参阅 HTTP 连接器定义中的 ciphers 属性:http://tomcat.apache.org/tomcat-5.5-doc/config/http.html

或者,如果您使用 APR,请参阅 SSL 中记录的 SSLCipherSuite 指令连接器配置如下所述: http://tomcat.apache.org/tomcat- 5.5-doc/apr.html

请注意,OpenSSL 密码套件名称与 j2se 密码套件名称并不完全相同。 Java 密码记录在: http ://java.sun.com/j2se/1.4.2/docs/guide/security/jsse/JSSERefGuide.html#SunJSSE。 对于 APR,命令 openssl ciphers 将为您提供系统上所有可用 OpenSSL 密码的列表。

See the ciphers attribute in the HTTP connector definition: http://tomcat.apache.org/tomcat-5.5-doc/config/http.html

Alternatively if you're using APR, see the SSLCipherSuite directive as documented in the SSL connector configuration as documented here: http://tomcat.apache.org/tomcat-5.5-doc/apr.html.

Note that OpenSSL ciphersuite names aren't quite the same as the j2se ciphersuite names. The Java ciphers are documented at: http://java.sun.com/j2se/1.4.2/docs/guide/security/jsse/JSSERefGuide.html#SunJSSE. For APR, the command openssl ciphers will give you a list of all available OpenSSL ciphers on your system.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文