Skip to content

TLS options

Pre-release
Pre-release
Compare
Choose a tag to compare
@adyanth adyanth released this 27 Feb 11:12
· 98 commits to main since this 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.