summary refs log tree commit diff
path: root/changelog.d/4648.bugfix
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-02-14 17:10:36 +0000
committerGitHub <noreply@github.com>2019-02-14 17:10:36 +0000
commitf31101882391aa37bc6fdeb71d1559d5dcdfd4e7 (patch)
tree103e95aaecc64cc137fa28f0987d6ce8ebf27e07 /changelog.d/4648.bugfix
parent0.99.1 (diff)
downloadsynapse-f31101882391aa37bc6fdeb71d1559d5dcdfd4e7.tar.xz
Fix errors in acme provisioning (#4648)
* Better logging for errors on startup

* Fix "TypeError: '>' not supported" when starting without an existing
  certificate
* Fix a bug where an existing certificate would be reprovisoned every day

Diffstat (limited to 'changelog.d/4648.bugfix')
-rw-r--r--changelog.d/4648.bugfix2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/4648.bugfix b/changelog.d/4648.bugfix
new file mode 100644
index 0000000000..bd117e8664
--- /dev/null
+++ b/changelog.d/4648.bugfix
@@ -0,0 +1,2 @@
+Fix "TypeError: '>' not supported" when starting without an existing certificate.
+Fix a bug where an existing certificate would be reprovisoned every day.