v8

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-23241216351.5 KB
HTTPSEdgeTLSTerminationModule

Get

get/edges/https/{id}/tls_termination

Path parameters

idstring required

a resource identifier

Headers

ngrok-versioninteger required

Response

n/a

enabledboolean

true if the module will be applied to traffic, false to disable. default true if unspecified

terminate_atstring

edge if the ngrok edge should terminate TLS traffic, upstream if TLS traffic should be passed through to the upstream ngrok agent / application server for termination. if upstream is chosen, most other modules will be disallowed because they rely on the ngrok edge being able to access the underlying traffic.

min_versionstring

The minimum TLS version used for termination and advertised to the client during the TLS handshake. if unspecified, ngrok will choose an industry-safe default. This value must be null if terminate_at is set to upstream.