[GH-ISSUE #992] ERR_HTTP2_PROTOCOL_ERROR #829

Closed
opened 2026-02-26 06:34:35 +03:00 by kerem · 3 comments
Owner

Originally created by @arnaudbagnis on GitHub (Apr 1, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/992

ERR_HTTP2_PROTOCOL_ERROR
I can't access my website
how to reproduct :

  • web application exposed to 5000 port
  • 502 Bad Gateway
  • *8596 upstream sent too big header while reading response header from upstream
  • add configuration in avanced configuration
    proxy_buffer_size 128k; proxy_buffers 4 256k; proxy_busy_buffers_size 256k;
  • ERR_HTTP2_PROTOCOL_ERROR
  • no log for this error

I can access it directly with the ip + port address but not with the proxy domain name

Do you have any ideas to help me ?

Thanks

Originally created by @arnaudbagnis on GitHub (Apr 1, 2021). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/992 ERR_HTTP2_PROTOCOL_ERROR I can't access my website how to reproduct : - web application exposed to 5000 port - 502 Bad Gateway - *8596 upstream sent too big header while reading response header from upstream - add configuration in avanced configuration ` proxy_buffer_size 128k; proxy_buffers 4 256k; proxy_busy_buffers_size 256k;` - ERR_HTTP2_PROTOCOL_ERROR - no log for this error I can access it directly with the ip + port address but not with the proxy domain name Do you have any ideas to help me ? Thanks
kerem 2026-02-26 06:34:35 +03:00
  • closed this issue
  • added the
    stale
    bug
    labels
Author
Owner

@cjamcu commented on GitHub (Sep 10, 2021):

@arnaudbagnis I don't know if you still need it, but try adding this custom config

  location / {

 proxy_buffer_size   128k;
    proxy_buffers   4 256k;
    proxy_busy_buffers_size   256k;


    # Proxy!
    include conf.d/include/proxy.conf;
  }
<!-- gh-comment-id:916954224 --> @cjamcu commented on GitHub (Sep 10, 2021): @arnaudbagnis I don't know if you still need it, but try adding this custom config ``` location / { proxy_buffer_size 128k; proxy_buffers 4 256k; proxy_busy_buffers_size 256k; # Proxy! include conf.d/include/proxy.conf; } ```
Author
Owner

@github-actions[bot] commented on GitHub (Mar 15, 2024):

Issue is now considered stale. If you want to keep it open, please comment 👍

<!-- gh-comment-id:1998773464 --> @github-actions[bot] commented on GitHub (Mar 15, 2024): Issue is now considered stale. If you want to keep it open, please comment :+1:
Author
Owner

@github-actions[bot] commented on GitHub (Apr 26, 2025):

Issue was closed due to inactivity.

<!-- gh-comment-id:2831742007 --> @github-actions[bot] commented on GitHub (Apr 26, 2025): Issue was closed due to inactivity.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#829
No description provided.