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:
authorMatt Nordhoff <mnordhoff@mattnordhoff.com>2019-08-08 21:44:21 +0300
committerBrad Warren <bmw@users.noreply.github.com>2019-08-08 21:44:21 +0300
commit2911eda3bda95340b12d6deb096e7c15bdd5f44b (patch)
tree5c968521a16bf09d71416a92ccaee3f0fe7aec35
parentf1ea37dd7189b14d6efeee19febf9dde3edf7e10 (diff)
Update link to the Server forum category (#7309)
Let's Encrypt closed it in favor of the Help category. https://community.letsencrypt.org/t/closing-the-server-category/93016
-rw-r--r--CHANGELOG.md4
-rw-r--r--certbot/client.py2
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fbe7e0706..de2fdfb03 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,9 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Changed
-*
+* If Certbot fails to rollback your server configuration, the error message
+ links to the Let's Encrypt forum. Change the link to the Help category now
+ that the Server category has been closed.
### Fixed
diff --git a/certbot/client.py b/certbot/client.py
index 7372d6d9d..c1199daac 100644
--- a/certbot/client.py
+++ b/certbot/client.py
@@ -624,7 +624,7 @@ class Client(object):
reporter.add_message(
"An error occurred and we failed to restore your config and "
"restart your server. Please post to "
- "https://community.letsencrypt.org/c/server-config "
+ "https://community.letsencrypt.org/c/help "
"with details about your configuration and this error you received.",
reporter.HIGH_PRIORITY)
raise