Skip to content

Release 2316

Choose a tag to compare

@github-actions github-actions released this 22 Feb 14:17
36d3a9c

When we setup Prometheus we call the app internally (bypassing the load-balancer), however we can only do this over HTTP and not HTTPS. To allow /metrics to be called over HTTP we can exclude it from the forced SSL checks.

I haven't made this change to development as we seem to force SSL via Puma so it won't work locally.