TLS options
Pre-release
Pre-release
This adds on to the previous (deleted, find the description below) release to add noTlsVerify
and caPool
annotations for each service.
This was necessary since global ones introduced before does not seem to work: cloudflare/cloudflared#585
v0.6.0
This introduces two new fields in the spec which are useful when the target is serving HTTPS.
noTlsVerify
allows you to skip TLS checks for self signed certificates.originCaPool
allows you to select a Secret containing the Root CA who signed the certificate for the HTTPS endpoints.