Improve error message upon SSL_CERT_NOT_ON_SERVER.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1671 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2012-10-23 11:38:59 +00:00
parent 5cb7910413
commit f5f7ce6301

2
iso.c
View File

@ -253,7 +253,7 @@ iso_connect(char *server, char *username, RD_BOOL reconnect, uint32 * selected_p
reason = "SSL not allowed by server"; reason = "SSL not allowed by server";
break; break;
case SSL_CERT_NOT_ON_SERVER: case SSL_CERT_NOT_ON_SERVER:
reason = "SSL certificated not on server"; reason = "The server does not have a valid authentication certificate";
break; break;
case INCONSISTENT_FLAGS: case INCONSISTENT_FLAGS:
reason = "inconsistent flags"; reason = "inconsistent flags";