Hi all,
I'm currently configuring SSL monitors in Site24x7 via Terraform, and we've run into a blocker that I'm hoping others may have dealt with.
We're using internal certificates in our Enterprise application , signed by our private CA:
Site24x7’s default behavior is to enforce SSL trust path validation, which results in our monitors showing as untrusted — even though everything is perfectly fine internally.
In the UI, there's a checkbox labeled "Ignore trust certification path" — enabling this allows us to bypass that validation and prevent false positives.
However, as far as I can tell, this setting isn’t available in the Site24x7 Terraform provider or API.
This means:
We’re stuck with manual UI updates after every deploy — which isn’t scalable or practical.
Has anyone found a workaround or alternative API field to toggle this trust path validation via Terraform?Or, are there plans from the Site24x7 team to expose this in the provider?