I’ve seen in the doc that the recommended way of adding transport security is to use a reverse proxy with SSL termination such as Nginx.
However, what is the recommended approach for binary clients? Does the binary protocol have its own built in encryption or does it also need an additional layer? Specifically, what is the recommended best practice for exposing the binary protocol port over a public network?
Cheers,
Kristian