summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorJesse Hallam <jesse.hallam@gmail.com>2018-03-23 12:33:50 -0400
committerChristopher Speller <crspeller@gmail.com>2018-03-23 09:33:50 -0700
commit1351874528b3dc8c77fe00ed438ae8a8d97c32a9 (patch)
treedeec7c7aa51c148f4267d66aae821ad41bfe87c8 /i18n/en.json
parent67c0efae1bfcf6e53c4eaa5cb9966348134973ab (diff)
downloadchat-1351874528b3dc8c77fe00ed438ae8a8d97c32a9.tar.gz
chat-1351874528b3dc8c77fe00ed438ae8a8d97c32a9.tar.bz2
chat-1351874528b3dc8c77fe00ed438ae8a8d97c32a9.zip
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.
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 974334d85..d623ce864 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1955,6 +1955,14 @@
"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"
},