On 2012-01-08, Rafal Bisingier <ra...@man.poznan.pl> wrote: > A wild guess (since you didn't provide dmesg): do you use i386 arch?
No, amd64, see the original message. On 2012-01-06, Gordon McAllister <gordon.mcallis...@gmail.com> wrote: > Hello all, > > I have a relayd setup on 4.9 (amd64), terminating SSL in front of an ^^^^^^^ > application that requires large-ish file uploads. All is well until a > file upload greater than 2GB is attempted. The request fails > immediately, here's an example log message: > > relay ext_ssl, session 33753 (1 active), 0, 10.6.66.76 -> > 127.0.0.1:8080, too large Is this the exact text of the log entry? I don't see this "too large" string in relayd source code implying it comes from elsewhere. Does the backend server even accept >2GB POSTs in the first place? If unsure, take relayd out of the equation and connect directly.