You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug with a clear and concise description of what the bug is.
When an oidc is configured in gotosocial requests are sent to the oidc server with the user agent Go-http-client/<some_version>
What's your GoToSocial Version?
v0.17.3
GoToSocial Arch
amd64
What happened?
I blocked all requests from Go-http-client and my gotosocial server started crashing on startup
2025/01/31 17:30:21 error executing command: error creating oidc idp: Get "https://auth.example.com/realms/production/.well-known/openid-configuration": stream error: stream ID 1; ENHANCE_YOUR_CALM; received from peer
Describe the bug with a clear and concise description of what the bug is.
When an oidc is configured in gotosocial requests are sent to the oidc server with the user agent
Go-http-client/<some_version>
What's your GoToSocial Version?
v0.17.3
GoToSocial Arch
amd64
What happened?
I blocked all requests from
Go-http-client
and my gotosocial server started crashing on startupSide note: It's probably fine it crashes here
On the haproxy side I see the logs:
and in the gotosocial logs after compiling webassembly:
What you expected to happen?
I expected gotosocial to send a user agent
gotosocial/0.17.3+git-...
similar to what it does with other requests.How to reproduce it?
configure a gotosocial instance with oidc again e.g. keycloak and check the logs
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: