This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add mention and warning about ACME v1 deprecation to the TLS config #6907
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
richvdh
previously requested changes
Feb 13, 2020
I've changed this PR so that instead of raising an error with a message informing users of the current state of the feature, it prints that message as an error log and raises the same error it got from txacme. |
richvdh
approved these changes
Feb 18, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks sensible to me. Have you been able to test this? I'd be interested in how the logs and the console look when the failure happens.
Yep, I've been testing it while working on it, here's what it currently looks like:
|
Sorry, I just have some slight suggestions to modifying the text. I've put them in a PR here: #6944 |
richvdh
pushed a commit
that referenced
this pull request
Feb 21, 2020
Some small fixes to the copy in #6907.
babolivier
pushed a commit
that referenced
this pull request
Sep 1, 2021
* commit 'd484126bf': Make the log more noticeable Print the error as an error log and raise the same exception we got Linters are hard but in they end they just want what's best for us Lint Changelog Lint Add a separator for the config warning Add a comprehensive error when failing to register for an ACME account Add mention and warning about ACME v1 deprecation to the Synapse config
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Also raises a more understandable error when failing to register against the ACME provider at startup (raising a
ConfigError
, not sure if that's the best error type to use?).