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.
我有一个基于 erlang 的消息传递应用程序,我在其中使用 gen_tcp 模块通过 tcp 在客户端和服务器之间进行通信。当前的实现没有加密,因此也很安全。所以现在我想使用 ssl/tls 来保护传输,但找不到任何相同的工作示例实现。谁能建议我如何通过适当的示例在 gen_tcp 上实现 ssl/tls。
提前致谢。