> Hi,
>
> I'm running a setup on OpenBSD 7.3 (amd64, 16GB RAM) with relayd,
> varnish, httpd and php-fpm. When uploading a large >2GB file through
> ...
>
>
> /etc/relayd.conf:
>
> table <httpd> { 127.0.0.1 }
>
> log connection
>
> http protocol "https" {
> tls keypair "server"
> return error
> pass
> }
>
> relay "mysite4" {
> listen on xxx port 443 tls
> protocol "https"
> forward to <httpd> port 8443 check tcp
> }
>
before going any deeper in investigating the behaviour I would suggest
to configure this setup with using redirection.
I think you are better with just forwarding on layer 3.
Or did I miss something? Why did you choose relay here?