Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

nginx - Connection reset by peer

オープン
#1,325 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
28/100
issue の種類
ドキュメント
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
nginx, postgresql

調査の方向性

リンクされている deploy-hydra-example のドキュメントから始め、その nginx 設定を報告された upstream ログおよび提供された Hydra 設定と比較します。接続リセットの原因を確認し、その後、文書化された設定で動作するか、必要な設定を明確に説明するようにデプロイメントドキュメントを更新します。再現手順に従って検証してください。

索引モデルが issue の本文から書いたものです。

説明

bug
Preflight checklist
Describe the bug

This documentation: https://www.ory.sh/docs/hydra/self-hosted/deploy-hydra-example does not give the expected result.

Reproducing the bug

Follow this documentation as it is

https://www.ory.sh/docs/hydra/self-hosted/deploy-hydra-example

Relevant log output
2022/10/27 01:24:49 [error] 3017452#3017452: *2732 readv() failed (104: Connection reset by peer) while reading upstream, client: 136.158.83.131, server: sso.sunwatt.io, request: "GET /health?secret=CHANGE-ME-INSECURE-PASSWORD HTTP/1.1", upstream: "http://127.0.0.1:4445/health?secret=CHANGE-ME-INSECURE-PASSWORD", host: "sso.sunwatt.io"
Relevant configuration
serve:
  cookies:
    same_site_mode: Lax

urls:
  self:
    issuer: http://127.0.0.1:4444
  consent: http://127.0.0.1:3000/consent
  login: http://127.0.0.1:3000/login
  logout: http://127.0.0.1:3000/logout

secrets:
  system:
    - youReallyNeedToChangeThis

oidc:
  subject_identifiers:
    supported_types:
      - pairwise
      - public
    pairwise:
      salt: youReallyNeedToChangeThis

dsn: postgres://hydra:[email protected]:5432/hydra?sslmode=disable&max_conns=20&max_idle_conns=4
urls:
  self:
    issuer: https://sso.sunwatt.io


log:
  level: debug
  format: text
  leak_sensitive_values: true
Version

v1.11.10

On which operating system are you observing this issue?

Linux

In which environment are you deploying?

No response

Additional Context

No response

主要言語
TypeScript
スター
161
フォーク
1.9k
PR マージ指標
30日以内にマージされた PR はありません

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

ory/docs のほかの issue

ory/docs の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。