From 4380ca19f05fe8add9632bd0044aa2e673d090d3 Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Sat, 7 Oct 2023 21:31:00 -0400 Subject: [PATCH] Add Date & Time message to plugin installs / updates --- emhttp/plugins/dynamix.plugin.manager/scripts/plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix.plugin.manager/scripts/plugin b/emhttp/plugins/dynamix.plugin.manager/scripts/plugin index b4745a9be..9de7c7db3 100755 --- a/emhttp/plugins/dynamix.plugin.manager/scripts/plugin +++ b/emhttp/plugins/dynamix.plugin.manager/scripts/plugin @@ -154,7 +154,7 @@ function error_desc($code) { case 2: return 'Parse error'; case 3: return 'File I/O error'; case 4: return 'Network failure'; - case 5: return 'SSL verification failure'; + case 5: return 'SSL verification failure - Check the date and time of your server in Settings - Date And Time'; case 6: return 'Username/password authentication failure'; case 7: return 'Protocol errors'; case 8: return 'Invalid URL / Server error response';