Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron Steel <Tugzrida@users.noreply.github.com>2020-09-23 20:36:55 +0300
committerGitHub <noreply@github.com>2020-09-23 20:36:55 +0300
commit9a72db5b9b84396423b75cc32d5b137606953956 (patch)
tree4e87b18453beb12eeb8dc3c98201aef37c21c0f1 /certbot-apache
parent14cbf67d656618be0d36053265fe9fc3ace5085b (diff)
Convert http links to https (#8287)
* Convert http links to https * Fix remaining links
Diffstat (limited to 'certbot-apache')
-rw-r--r--certbot-apache/certbot_apache/_internal/augeas_lens/httpd.aug2
-rw-r--r--certbot-apache/certbot_apache/_internal/configurator.py2
-rw-r--r--certbot-apache/certbot_apache/_internal/parser.py1
3 files changed, 2 insertions, 3 deletions
diff --git a/certbot-apache/certbot_apache/_internal/augeas_lens/httpd.aug b/certbot-apache/certbot_apache/_internal/augeas_lens/httpd.aug
index 5600088cf..75573028e 100644
--- a/certbot-apache/certbot_apache/_internal/augeas_lens/httpd.aug
+++ b/certbot-apache/certbot_apache/_internal/augeas_lens/httpd.aug
@@ -6,7 +6,7 @@ Authors:
Raphael Pinson <raphink@gmail.com>
About: Reference
- Online Apache configuration manual: http://httpd.apache.org/docs/trunk/
+ Online Apache configuration manual: https://httpd.apache.org/docs/trunk/
About: License
This file is licensed under the LGPL v2+.
diff --git a/certbot-apache/certbot_apache/_internal/configurator.py b/certbot-apache/certbot_apache/_internal/configurator.py
index 501c7cad8..4e0a73ac1 100644
--- a/certbot-apache/certbot_apache/_internal/configurator.py
+++ b/certbot-apache/certbot_apache/_internal/configurator.py
@@ -1462,7 +1462,7 @@ class ApacheConfigurator(common.Installer):
if not line.lower().lstrip().startswith("rewriterule"):
return False
- # According to: http://httpd.apache.org/docs/2.4/rewrite/flags.html
+ # According to: https://httpd.apache.org/docs/2.4/rewrite/flags.html
# The syntax of a RewriteRule is:
# RewriteRule pattern target [Flag1,Flag2,Flag3]
# i.e. target is required, so it must exist.
diff --git a/certbot-apache/certbot_apache/_internal/parser.py b/certbot-apache/certbot_apache/_internal/parser.py
index 3e842dcdf..4d997545b 100644
--- a/certbot-apache/certbot_apache/_internal/parser.py
+++ b/certbot-apache/certbot_apache/_internal/parser.py
@@ -731,7 +731,6 @@ class ApacheParser(object):
privileged users.
https://apr.apache.org/docs/apr/2.0/apr__fnmatch_8h_source.html
- http://apache2.sourcearchive.com/documentation/2.2.16-6/apr__fnmatch_8h_source.html
:param str clean_fn_match: Apache style filename match, like globs