From d18def31e35e39128f2d3391af4d9e984b6d572d Mon Sep 17 00:00:00 2001 From: Henrik Andersson Date: Thu, 18 Apr 2013 07:11:45 +0000 Subject: [PATCH] Reconnect with plain RDP if server cert is not configured. git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1710 423420c4-83ab-492f-b58f-81f9feb106b5 --- iso.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iso.c b/iso.c index 6be30a5..d3dcd2a 100644 --- a/iso.c +++ b/iso.c @@ -275,6 +275,7 @@ iso_connect(char *server, char *username, char *domain, char *password, break; case SSL_CERT_NOT_ON_SERVER: reason = "no valid authentication certificate on server"; + retry_without_neg = True; break; case INCONSISTENT_FLAGS: reason = "inconsistent negotiation flags";