Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
9801a042
Unverified
Commit
9801a042
authored
5 years ago
by
Brendan Abolivier
Browse files
Options
Downloads
Patches
Plain Diff
Make the log more noticeable
parent
bfbe2f5b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
synapse/handlers/acme.py
+2
-1
2 additions, 1 deletion
synapse/handlers/acme.py
with
2 additions
and
1 deletion
synapse/handlers/acme.py
+
2
−
1
View file @
9801a042
...
@@ -26,12 +26,13 @@ from synapse.app import check_bind_error
...
@@ -26,12 +26,13 @@ from synapse.app import check_bind_error
logger
=
logging
.
getLogger
(
__name__
)
logger
=
logging
.
getLogger
(
__name__
)
ACME_REGISTER_FAIL_ERROR
=
"""
ACME_REGISTER_FAIL_ERROR
=
"""
--------------------------------------------------------------------------------
Failed to register with the ACME provider. This is likely happening because the install
Failed to register with the ACME provider. This is likely happening because the install
is new, and ACME v1 has been deprecated by Let
'
s Encrypt and is disabled for installs set
is new, and ACME v1 has been deprecated by Let
'
s Encrypt and is disabled for installs set
up after November 2019.
up after November 2019.
At the moment, Synapse doesn
'
t support ACME v2. For more info and alternative solution,
At the moment, Synapse doesn
'
t support ACME v2. For more info and alternative solution,
check out https://github.com/matrix-org/synapse/blob/master/docs/ACME.md#deprecation-of-acme-v1
check out https://github.com/matrix-org/synapse/blob/master/docs/ACME.md#deprecation-of-acme-v1
------------------------------------------------------
"""
------------------------------------------------------
--------------------------
"""
class
AcmeHandler
(
object
):
class
AcmeHandler
(
object
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment