TLS Skip Verification
Summary
TLS Skip Verification controls whether the Pomerium Proxy Service verifies the upstream server's certificate chain and host name.
If enabled, Pomerium accepts any certificate presented by the upstream server and any host name in that certificate.
In this mode, TLS is susceptible to man-in-the-middle attacks. This should be used only for testing.
How to configure
- Core
- Enterprise
- Kubernetes
YAML/JSON setting | Type | Default |
---|---|---|
tls_skip_verify | boolean | false |
Enable TLS Skip Verify in the Console:
Name | Type | Default |
---|---|---|
tls_skip_verify | boolean | false |
See Kubernetes Ingress for more information
Examples
tls_skip_verify: true