hi,
we are running prom behind haproxy which is doing ssl termination. now i want to scrape them with federation.
target_groups:
- targets:
returns:
is not a valid hostname source=main.go:208
target_groups:
- targets:
returns:
server returned HTTP status 400 Bad Request
in the UI because haproxy answers (correct): "You're speaking plain HTTP to an SSL-enabled server port".
haproxy redirects http to https so tried:
target_groups:
- targets:
but now in UI:
dial tcp: too many colons in address ha-prometheus.intern.example.io:80:443
solution?
cheers,
mike