FreeRDP installation configuration (error message: SSL_read: Failure in SSL library (protocol error?))

Latest post: Virson’s Blog
Using the xfreerdp [ServeripAddress] command, the connection to XP/Windows 2003 is normal, but the connection to Win7/2008 is always wrong:
; ——————————————————————————–
Root @pg-vm:/etc/ld.so.conf.d# xfreerdp 192.168.7.195-u empt-p 123456
connected to 192.168.7.195:3389
Password:
SSL_read: Failure in SSL library (protocol error?)
SSL_read: error:14094419:SSL :SSL3_READ_BYTES:tlsv1 alert access denied
credssp_recv() error: -1
Authentication failure, check credentials.
If credentials are valid, the NTLMSSP I Either mplementation may be to blame.
; — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —
how to solve?
A: When freerDP connects to Win7/2008, you need to specify the user name in the command line. Note the parameters of FreerDP
The above error is due to the wrong order. Please use the following command line to connect:
Xfreerdp-u Empty-P 123456 192.168.7.195
————————–
References:
[1] [Freerdp-devel] Authentication Failure with Win2008 with Current Security Updates (worked some time ago)
http://sourceforge.net/mailarchive/forum.php?Thread_name = 4 fa84187. 40 8060009% wp. Pl& forum_name=freerdp-devel

Reproduced in: https://www.cnblogs.com/mawanglin2008/p/3493108.html

Read More: