From d5f601406f99690cd6fd4cdbe9d492ae82db6a08 Mon Sep 17 00:00:00 2001 From: Reece D Date: Thu, 27 Dec 2018 11:16:38 -0600 Subject: Use HTTPS in link to RFC #6125 --- setuptools/ssl_support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setuptools/ssl_support.py') 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: -- cgit v1.2.1