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
This commit is contained in:
Henrik Andersson 2013-04-18 07:11:45 +00:00
parent 6a6c3c8ab7
commit d18def31e3

1
iso.c
View File

@ -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";