Skip to content

OIDC Not working after update - Getting 502 Bad Gateway #5807

Answered by crsnchng
crsnchng asked this question in Help
Discussion options

You must be logged in to vote

After a few days of troubleshooting, I finally decided to check the Nginx logs (duh). Turns out, Nginx was throwing an error: "Nginx upstream sent too big header while reading response header from upstream"

Added the following to the top of my Nginx reverse proxy config:

proxy_busy_buffers_size 512k; proxy_buffers 4 512k; proxy_buffer_size 256k;

OIDC is now working again.

Replies: 4 comments 8 replies

Comment options

You must be logged in to vote
4 replies
@p10tyr
Comment options

@erlendfg
Comment options

@south-indian-programmer
Comment options

@tomcatcw1980
Comment options

Answer selected by crsnchng
Comment options

You must be logged in to vote
4 replies
@thomasbergernz
Comment options

@AiCaptain
Comment options

@thomasbergernz
Comment options

@AiCaptain
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
9 participants