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.
gefragt vor 3 Monaten99 Aufrufe
Keine Antworten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen