🖥

エラーメッセージ errorConnection reset by peer とは?

2023/08/26に公開

エラーメッセージ errorConnection reset by peer とは?

Googling

Why do we get the error "Connection reset by peer" during a web service call? - IBM Developer Answers

  • サーバー側のメモリが溢れてlimitを超えて?
  • プロセスが殺され?
  • トラフィックの問題でなんだかんだ?
  • resource limitations on the server side like out of memory server
  • process killed
  • overload on the server due to a high amount of traffic

どゆこと?

  • Webサービスのクライントが SOAP レスポンスを待つが? (SOAPって何?)
  • リモートのWebサービスプロバイダとコネクションが早くして切断される?

The error message "Connection reset by peer" appears, if the web services client was waiting for a SOAP response from the remote web services provider and the connection was closed prematurely.

理由はタイムアウト問題?

一般的な理由はFireWallがコネクションを切断したケースが多い?

One of the most common causes for this error is a firewall in the middle closing the connection. In this case you could increase the connection timeout in the firewall.


https://twitter.com/YumaInaura

https://github.com/YumaInaura/YumaInaura/issues

https://github.com/YumaInaura/YumaInaura/issues/287

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

https://line.me/ti/g2/eEPltQ6Tzh3pYAZV8JXKZqc7PJ6L0rpm573dcQ

Twitter

https://twitter.com/YumaInaura

公開日時

2019-01-07

Discussion