mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-11 03:10:59 +00:00
If user exports https_proxy without scheme, then generic_urlparse fails to parse SCHEME and HOSTNAME from https_proxy variable. This fix raises ProxyError is generic_urlparse API fails to parse either of them. Fixes: #25421 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>