diff --git a/systems/makanek/monitoring/blackbox.nix b/systems/makanek/monitoring/blackbox.nix index 8a755c0..bffa42d 100644 --- a/systems/makanek/monitoring/blackbox.nix +++ b/systems/makanek/monitoring/blackbox.nix @@ -3,7 +3,7 @@ { modules.http_2xx = { http = { - fail_if_not_ssl = true; + fail_if_not_ssl = false; ip_protocol_fallback = false; method = "GET"; no_follow_redirects = false;