DescriptionCharalampos Stratakis
2018-03-14 13:14:00 UTC
+++ This bug was initially created as a clone of Bug #1554760 +++
Description of problem:
Python's ssl module sends IP addresses in SNI TLS extension although the extension must only be used to send hostnames. Some servers simply ignore IP addresses in extensions while others seem to fail. Ansible has been hitting the issue, e.g. see https://github.com/shazow/urllib3/pull/1287#issuecomment-372611467
Version-Release number of selected component (if applicable):
python2-2.7.14-8.fc27.x86_64
python3-3.6.4-8.fc27.x86_64
How reproducible:
Always
Additional info:
Fixes for 2.7 and 3.6 are available in https://github.com/python/cpython/pull/5871
and https://github.com/python/cpython/pull/5865 .
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2018:3041