aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReece D <jumbocakefdx@gmail.com>2018-12-27 11:16:38 -0600
committerPaul Ganssle <paul@ganssle.io>2018-12-28 10:07:43 -0500
commitd5f601406f99690cd6fd4cdbe9d492ae82db6a08 (patch)
tree8c01b6936b89ceb4ee363272fd7061e4165bf566
parent4a5f856d87b81772d5e9ba5332b6cb2ebf29b07a (diff)
downloadexternal_python_setuptools-d5f601406f99690cd6fd4cdbe9d492ae82db6a08.tar.gz
external_python_setuptools-d5f601406f99690cd6fd4cdbe9d492ae82db6a08.tar.bz2
external_python_setuptools-d5f601406f99690cd6fd4cdbe9d492ae82db6a08.zip
Use HTTPS in link to RFC #6125
-rw-r--r--setuptools/ssl_support.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/ssl_support.py b/setuptools/ssl_support.py
index 6362f1f4..226db694 100644
--- a/setuptools/ssl_support.py
+++ b/setuptools/ssl_support.py
@@ -59,7 +59,7 @@ if not match_hostname:
def _dnsname_match(dn, hostname, max_wildcards=1):
"""Matching according to RFC 6125, section 6.4.3
- http://tools.ietf.org/html/rfc6125#section-6.4.3
+ https://tools.ietf.org/html/rfc6125#section-6.4.3
"""
pats = []
if not dn: