We’re proud to announce that as of today, new Redis databases provisioned on Aptible Enclave support SSL/TLS in addition to the regular Redis protocol. Because both AWS and Aptible require that you encrypt HIPAA Protected Health Information in transit, even within a private, dedicated Enclave stack, starting today you can now use Redis to store and process PHI on Enclave.
Redis doesn’t support SSL natively, but the solution the Redis community settled on is to run an SSL termination layer in front of Redis. On Enclave, we use stunnel, an industry standard. This means a good number of Redis clients just work and support it out of the box, including:
redis-rb (Ruby)
redis-py (Python)
Jedis (Java)
predis (PHP)
node_redis (Node.js)
StackExchange.Redis (.NET)
For new Redis databases, select your Redis database in the Aptible Dashboard, and click “Reveal” under “Credentials” at the top. Aptible will provide two URLs:
A regular Redis URL using the
redis://
protocol
A SSL Redis URL using the
rediss://
protocol (note the two “s”!)
Most Redis clients will automatically recognize a rediss://
URL and connect over SSL, but review your client’s documentation if you run into any trouble.
For existing Redis databases, Aptible can enable SSL/TLS following a short downtime (about 30 seconds). If you’d like to do that, or have any feedback or questions, just let us know!