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:47:02 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-12-17 18:47:02 +0300
commitaf6e128004220927627bb33e6bf5961a1ecfb4c2 (patch)
treefd26c153472188c2a59a56fa2873ea0ebf381970 /plugins
parent8cbbe714d720f800820284dc06bca80238ee293c (diff)
parent72edfe5935788100d1c2594bee99a1f7ffcacfc9 (diff)
Merge branch 'issue/2364-tls-error' into 'master'
Improve TLS error message, fixes #2364 Closes #2364 See merge request Remmina/Remmina!2362
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 7d33cd2cd..b83099df5 100644
--- a/plugins/rdp/rdp_plugin.c
+++ b/plugins/rdp/rdp_plugin.c
@@ -2205,7 +2205,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