Encryption between nodes is possible, but it's enabled separately from REST [1].
Encryption of stored data is not supported out of the box, but you can try to use CacheInterceptor [1] to support this. Note that it will break SQL query execution, so if you're going to use them, I don't think encryption is possible. [1] https://apacheignite.readme.io/docs/ssltls [2] https://ignite.apache.org/releases/mobile/org/apache/ignite/cache/CacheInterceptor.html -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Encyrption-of-Data-at-REST-in-Apache-Ignite-tp9508p9542.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
