mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
496d10f7a8
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 |
7 years ago | |
---|---|---|
.. | ||
aws | 7 years ago | |
basic | 7 years ago | |
cloud | 7 years ago | |
ec2 | 7 years ago | |
facts | 7 years ago | |
gcp | 7 years ago | |
json_utils | 7 years ago | |
net_tools | 7 years ago | |
network | 7 years ago | |
parsing | 7 years ago | |
urls | 7 years ago | |
__init__.py | 8 years ago | |
conftest.py | 7 years ago | |
test_database.py | 8 years ago | |
test_distribution_version.py | 7 years ago | |
test_known_hosts.py | 7 years ago | |
test_postgresql.py | 7 years ago | |
test_text.py | 7 years ago |