Connection Issues with ElastiCache Serverless for Redis on Large Data Packets Using Predis with SSL

0

I'm facing issues trying to connect and send data to an ElastiCache Serverless for Redis instance using the Predis library in PHP. Specifically, when attempting to send data packets around 20kb, I encounter the following errors:

ERROR: fgets(): SSL: Connection reset by peer
Error while writing bytes to the server.

I'm using SSL connections to ensure data security, but it seems that when sending larger packets, the connection is interrupted or reset.

Additionally, I would like to clarify whether it's necessary to enable cluster mode in Predis to effectively use ElastiCache Serverless for Redis, even though my application is not explicitly configured to use Redis in cluster mode.

Here are some additional details about my configuration:

Use of the Predis library for Redis connection.
Connection via SSL to ensure security.
Attempts to send data packets of approximately 20kb result in errors.
Uncertainty about the need to enable cluster mode in the Predis configuration for ElastiCache Serverless.
asked 2 months ago90 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions