TLS Passthrough with timeout values

Env:
haproxy 2.2

Q:
Does anyone know following parameters are effective or NOT, when we use TLS(SSL) Passthrough for backend??

timeout connect 5s
timeout client 30s
timeout client-fin 1s
timeout server 30s
timeout server-fin 1s
timeout http-request 10s
timeout http-keep-alive 300s

Ref: HAProxy version 2.2.22 - Configuration Manual

Everything that is not http-* is effective.

1 Like