Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nginx - Connection reset by peer #1325

Open
3 of 6 tasks
marvinville opened this issue Oct 27, 2022 · 0 comments
Open
3 of 6 tasks

nginx - Connection reset by peer #1325

marvinville opened this issue Oct 27, 2022 · 0 comments
Labels
bug Something is not working.

Comments

@marvinville
Copy link

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:Minski1234@127.0.0.1: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

@marvinville marvinville added the bug Something is not working. label Oct 27, 2022
@aeneasr aeneasr transferred this issue from ory/hydra Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working.
Projects
None yet
Development

No branches or pull requests

1 participant