Dear Chuck and Tsugi Developers,
I hope this email finds you well.
I am currently working on integrating session caching in my Tsugi implementation using Amazon ElastiCache Serverless for Redis. However, I have encountered an issue that I hope you can assist with.
I have configured Tsugi to use Redis for session caching by connecting it to an Amazon ElastiCache Serverless for Redis instance. Unfortunately, when attempting to start a session, I receive the following error:
Fatal error: Uncaught RedisException: read error on connection to tcp://127.0.0.1:35012 in C:\xampp\htdocs\sc-lti\index.php:405 Stack trace: #0 C:\xampp\htdocs\sc-lti\index.php(405): session_start() #1 C:\xampp\htdocs\sc-lti\index.php(97): initiate_google_login() #2 {main} thrown in C:\xampp\htdocs\sc-lti\index.php on line 405
I suspect the problem might be related to the TLS connection, as encryption in transit is enabled for this ElastiCache instance. Despite this, I am unsure how to properly configure Tsugi to handle the TLS connection with Redis.
Could you please provide guidance on how to resolve this issue? Specifically, any necessary configuration changes or additional steps required to enable secure communication with Amazon ElastiCache Serverless for Redis would be greatly appreciated.
Thank you for your assistance and continued support.
Best regards,
Zohaib
--
You received this message because you are subscribed to the Google Groups "Tsugi Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tsugi-dev+...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/tsugi-dev/3d24fc0c-70e4-4a38-9a8b-a1430a63d155n%40apereo.org.
Both configurations are not working as expected, possibly due to the TLS connections required for encryption in transit. I would greatly appreciate any insights or guidance on how to configure Tsugi to work with Amazon ElastiCache Serverless Memcached, especially with TLS enabled.
Thank you again for your assistance.
Best regards,