If I comment that line the reload is successful.
modules:
http_2xx:
prober: http
timeout: 15s
http:
fail_if_not_ssl: false
ip_protocol_fallback: false
method: GET
no_follow_redirects: false
preferred_ip_protocol: ip4
valid_http_versions:
- HTTP/1.1
- HTTP/2.0
http_with_proxy:
prober: http
timeout: 15s
http:
proxy_url:
http://myurl:9090 skip_resolve_phase_with_proxy: true
tls_config:
insecure_skip_verify: true