Skip to content

software/rapid-cdn: use HTTP/1.0 for health checks

Jérome Perrin requested to merge fix/rapid-cdn-health-1.0 into master

rapid-cdn does not pass a host header for health check by default, which makes invalid requests to which most servers (tested with nginx) reply with status 400 and are always consider down.

Until we fully support 1.1 in health checks, only support 1.0.

Edited by Jérome Perrin

Merge request reports