diff options
author | Paul Ganssle <pganssle@users.noreply.github.com> | 2018-12-29 09:21:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-29 09:21:10 -0500 |
commit | 17ad2b72ed29c91fd32e939abf3625314fe7c4ed (patch) | |
tree | 07a002cf5c81b86803f3c87a5413405e78a82a3a | |
parent | cbb5c3c7bbc25a4a2a1e603e072623f3e7692c9a (diff) | |
parent | d5f601406f99690cd6fd4cdbe9d492ae82db6a08 (diff) | |
download | python-setuptools-git-17ad2b72ed29c91fd32e939abf3625314fe7c4ed.tar.gz |
Merge pull request #1611 from RDIL/patch-2
Use HTTPS in link to RFC #6125 (in a private method's docstring)
-rw-r--r-- | setuptools/ssl_support.py | 2 |
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: |