From cbbcdc5df19f0379d9c7689891b57ea2dfe9c5de Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 15 Sep 2020 08:25:18 -0700 Subject: [PATCH] regenerate nginx configs Users are seeing SSL_ERROR_RX_UNEXPECTED_NEW_SESSION_TICKET. Probably related some of the app configs had ssl_session_tickets off and some didn't . It seems nginx has some issue if they are inconsistent (see also https://github.com/nginx-proxy/nginx-proxy/issues/580#issuecomment-249587149). https://forum.cloudron.io/topic/3157/ssl-error-after-upgrading-to-5-6-0-on-ubuntu-16 --- CHANGES | 1 + src/infra_version.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 30e73144e..f02bd176c 100644 --- a/CHANGES +++ b/CHANGES @@ -2089,4 +2089,5 @@ [5.6.1] * Blocklists are now stored in a text file instead of json +* regenerate nginx configs diff --git a/src/infra_version.js b/src/infra_version.js index d6f1f9e63..cae60d6f0 100644 --- a/src/infra_version.js +++ b/src/infra_version.js @@ -6,7 +6,7 @@ exports = module.exports = { // a version change recreates all containers with latest docker config - 'version': '48.17.0', + 'version': '48.17.1', 'baseImages': [ { repo: 'cloudron/base', tag: 'cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4' }