Open
Description
I've noticed a 10s timeout when using http_check on an URL with a problem in its certificate.
It seems related to that PR #14817
With an URL without a port, for instance "https://www.google.com", parsed_url.port
is None and the code tries to connect to an empty port, leading to 10s default TCP timeout I guess.
Metadata
Metadata
Assignees
Labels
No labels