Created
May 28, 2020 16:29
-
-
Save owenconti/653b8210884229515012b02e19dc6023 to your computer and use it in GitHub Desktop.
Connecting to ElastiCache with Laravel when using Encryption In-Transit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Before | |
REDIS_HOST=some-master-node.cache.amazonaws.com | |
// After | |
REDIS_HOST=tls://some-master-node.cache.amazonaws.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment