Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2021-12-17 18:27:14 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-12-17 18:27:14 +0300
commit72edfe5935788100d1c2594bee99a1f7ffcacfc9 (patch)
tree85145d6860b2a9173c8c7dee864e8051962e36b1 /plugins
parent59534f972bbcbbe9b964c7d7f4d92becf9698850 (diff)
Improve TLS error message, fixes #2364
Diffstat (limited to 'plugins')
-rw-r--r--plugins/rdp/rdp_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/rdp/rdp_plugin.c b/plugins/rdp/rdp_plugin.c
index ff9de75b5..40aed4542 100644
--- a/plugins/rdp/rdp_plugin.c
+++ b/plugins/rdp/rdp_plugin.c
@@ -2168,7 +2168,7 @@ static gboolean remmina_rdp_main(RemminaProtocolWidget *gp)
break;
case FREERDP_ERROR_TLS_CONNECT_FAILED:
remmina_plugin_service->protocol_plugin_set_error(gp,
- _("Could not connect to the RDP server ā€œ%sā€ via TLS. Check that client and server support a common TLS version."), freerdp_settings_get_string(rfi->settings, FreeRDP_ServerHostname));
+ _("Could not connect to the RDP server ā€œ%sā€ via TLS. See the DEBUG traces from a terminal for more information."), freerdp_settings_get_string(rfi->settings, FreeRDP_ServerHostname));
break;
case FREERDP_ERROR_SECURITY_NEGO_CONNECT_FAILED:
// TRANSLATORS: the placeholder may be either an IP/FQDN or a server hostname