Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 JDK 6 时,netty 是否有任何库可以进行主机名验证?默认的 sun jdk 信任管理器不支持主机名验证。
Nettys SslHandler 只使用一个 SslEngine。所以没有特殊的处理内置。