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:
authorBrad Warren <bmw@users.noreply.github.com>2019-08-22 00:44:09 +0300
committerGitHub <noreply@github.com>2019-08-22 00:44:09 +0300
commit46a2ef8ba1c4c74f1fa9e033d982687cfaaf82f7 (patch)
tree160ad205083704cdee95c23438a27de966e78bd7 /CHANGELOG.md
parentcb7598b0072d2a9117d05df892156dd216f62c8d (diff)
Stop turning session tickets off in Nginx (#7344) (#7345)
Related to #7322. * Stop turning session tickets off in Nginx * update changelog (cherry picked from commit 17c1d016c16dc9d41516308dadb8cd6812959981)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a5e7207f..591356e6c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
Certbot adheres to [Semantic Versioning](https://semver.org/).
+## 0.37.2 - master
+
+### Fixed
+
+* Stop disabling TLS session tickets in Nginx as it caused TLS failures on
+ some systems.
+
+More details about these changes can be found on our GitHub repo.
+
## 0.37.1 - 2019-08-08
### Fixed