TLS # Acra services such as AcraServer and AcraTranslator support TLS connection from client applications. It means that client application sends data in a plaintext to AcraServer/AcraTranslator to encrypt, and the only protection layer the data has – is TLS. Apart from the fact that the transport layer will be encrypted, TLS has another important role: client authentication and key selection. TLS certificate presented to AcraServer or AcraTranslator will prove that it’s indeed a legitima...