From 1351874528b3dc8c77fe00ed438ae8a8d97c32a9 Mon Sep 17 00:00:00 2001 From: Jesse Hallam Date: Fri, 23 Mar 2018 12:33:50 -0400 Subject: improve error handling around invalid Forward80To443 settings (#8496) * If Forward80To443 is true, but not configured to listen on 443, fail to start the server with an error message. * If Forward80To443 is false and LetsEncrypt is true, fail to start the server with an error message. --- i18n/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 974334d85..d623ce864 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1954,6 +1954,14 @@ "id": "api.server.new_server.init.info", "translation": "Server is initializing..." }, + { + "id": "api.server.start_server.forward80to443.disabled_while_using_lets_encrypt", + "translation": "Must enable Forward80To443 when using LetsEncrypt" + }, + { + "id": "api.server.start_server.forward80to443.enabled_but_listening_on_wrong_port", + "translation": "Cannot forward port 80 to port 443 while listening on port %s: disable Forward80To443 if using a proxy server" + }, { "id": "api.server.start_server.listening.info", "translation": "Server is listening on %v" -- cgit v1.2.3-1-g7c22