I’m facing this issue: our openedx integrates oAuth with Keycloak, and when keycloak redirect back to openedx, it has a large cookie, therefore openedx is throwing this error:
invalid request block size: 8518 (max 8192)…skip
[uwsgi-http key: xxx.org client_addr: 10.244.0.248 client_port: 24770] hr_instance_read(): Connection reset by peer [plugins/http/http.c line 647]
In understand that request is larger than a limit, but don’t know how to increase the limit.
Please help, thanks