Tunnel Config Config Origin Request Args
Constructors
Properties
For all L7 requests to this hostname, cloudflared will validate each request's Cf-Access-Jwt-Assertion request header.
Timeout for establishing a new TCP connection to your origin server. This excludes the time taken to establish TLS, which is controlled by tlsTimeout.
Disables chunked transfer encoding. Useful if you are running a WSGI server.
Attempt to connect to origin using HTTP2. Origin must be configured as https.
Sets the HTTP Host header on requests sent to the local service.
Maximum number of idle keepalive connections between Tunnel and your origin. This does not restrict the total number of concurrent connections.
Timeout after which an idle keepalive connection can be discarded.
Disable the “happy eyeballs” algorithm for IPv4/IPv6 fallback if your local network has misconfigured one of the protocols.
Disables TLS verification of the certificate presented by your origin. Will allow any certificate from the origin to be accepted.
Hostname that cloudflared should expect from your origin server certificate.
The timeout after which a TCP keepalive packet is sent on a connection between Tunnel and the origin server.
Timeout for completing a TLS handshake to your origin server, if you have chosen to connect Tunnel to an HTTPS server.