Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

423
Views
PHP Session handler Redis - AWS ElastiCache Encryption in-transit

I've tried to setup PHP session handler Redis.

session.save_handler = redis
session.save_path = "tcp://xxx.cache.amazonaws.com:6379"

This works well, but when Encryption in-transit is enabled, then it fails on

Failed to read session data: redis

In that case connection string contained auth param

?auth=12345

Is there any trick which I've missed

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Ok its not very well documented but https://github.com/phpredis/phpredis/issues/1657 pointed me in the right direction the solution is simple use tls scheme

 session.save_path = "tls://xxx.cache.amazonaws.com:6379?auth=12345"
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!