1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units/module_utils/urls
Yanis Guenane 496d10f7a8 Remove support for SSLv2 in test suite when not defined. (#39183)
When running the test test/units/module_utils/urls/test_open_url.py
test_open_url_no_validate_certs, the test fails because of the SSLv2
check.

Test is run on a machine using openssl 1.1.0g. By reading the openssl
man page[1], one can see that support for SSLv2 has been removed.

> Support for SSLv2 and the corresponding SSLv2_method(),
> SSLv2_server_method() and SSLv2_client_method() functions where removed
> in OpenSSL 1.1.0.
>
> SSLv23_method(), SSLv23_server_method() and SSLv23_client_method() were
> deprecated and the preferred TLS_method(), TLS_server_method() and
> TLS_client_method() functions were introduced in OpenSSL 1.1.0.

Hence this commit remove the uses of this flag when it is not defined.

[1] https://www.openssl.org/docs/man1.1.0/ssl/SSLv23_method.html
2018-05-25 12:50:19 -05:00
..
fixtures Add unit tests for ansible.module_utils.urls (#38059) 2018-04-09 10:17:43 -05:00
__init__.py Add unit tests for ansible.module_utils.urls (#38059) 2018-04-09 10:17:43 -05:00
test_fetch_url.py Handle duplicate headers in the uri module (#33792) 2018-04-10 09:26:51 -05:00
test_generic_urlparse.py Add unit tests for ansible.module_utils.urls (#38059) 2018-04-09 10:17:43 -05:00
test_open_url.py Remove support for SSLv2 in test suite when not defined. (#39183) 2018-05-25 12:50:19 -05:00
test_RedirectHandlerFactory.py Add unit tests for ansible.module_utils.urls (#38059) 2018-04-09 10:17:43 -05:00
test_RequestWithMethod.py Add unit tests for ansible.module_utils.urls (#38059) 2018-04-09 10:17:43 -05:00
test_urls.py Add unit tests for ansible.module_utils.urls (#38059) 2018-04-09 10:17:43 -05:00