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.
posta 3 mesi fa99 visualizzazioni
Nessuna risposta

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande