Orbit v0.14.2 (Preview)
What changed
Orbit health checks can now target HTTPS endpoints explicitly with scheme: https and opt out of certificate verification per check with tls_skip_verify: true. HTTP-to-HTTPS redirects honor the same per-check TLS policy, while secure verification remains the default and final responses must still be 2xx. This preview also includes more reliable SQL project DACPAC discovery.
Why it matters
Teams can run local services backed by self-signed or development certificates consistently across machines without disabling TLS verification globally or changing application redirect behavior.