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.
我正在编写一个服务器以通过 TLS 从我无法修改的现有应用程序接收数据。使用Netty,服务器是否可以请求TLS压缩?请注意,这不是基于 TLS 的 HTTP,因此基于 HTTP 的压缩不相关。
谢谢!
只需将 SslHandler 添加到 ChannelPipeline 即可启用 TLS/SSL。小菜一碟 ;)