HTTPSEdgeTLSTerminationModule

Replace

put/edges/https/{id}/tls_termination

Path parameters

idstring required

Headers

ngrok-versioninteger required

Request body

idstring

n/a

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.

Changes

Changed in 1 of the 9 revisions of this API.1

    • api operation id HTTPSEdgeTLSTerminationModuleReplace removed and replaced with HttpsEdgeTlsTerminationModuleReplace

      api-operation-id-removed