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.
質問済み 3ヶ月前99ビュー
回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ