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
I found an instance of sniproxy which I run (0.6.0; Ubuntu 22.04) was occasionally failing to proxy TLS requests. In the logs I found lines like the following:
2022-05-12 15:20:54 Request from [::ffff:xx.xx.xx.xxx]:46600 exceeded 4096 byte buffer size
Working on the guess that these requests perhaps have very large HTTP headers, I replaced 4096 with 8192 throughout the codebase, and recompiled sniproxy. Since then, this issue has not reoccurred.
Perhaps this value could be tuneable in the config?
Many thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I found an instance of sniproxy which I run (0.6.0; Ubuntu 22.04) was occasionally failing to proxy TLS requests. In the logs I found lines like the following:
Working on the guess that these requests perhaps have very large HTTP headers, I replaced 4096 with 8192 throughout the codebase, and recompiled sniproxy. Since then, this issue has not reoccurred.
Perhaps this value could be tuneable in the config?
Many thanks!
The text was updated successfully, but these errors were encountered: