mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 07:56:38 +00:00
When get_url or other functions receive an SSL failure it prints a standard message regardless of the failure. Include the actual OpenSSL message in the error message so alternative failures can be debugged. Closes: #20024