FreeRDP的安装配置(错误信息:SSL_read: Failure in SSL library (protocol error?))

最新文章:Virson's Blog

使用xfreerdp [serveripaddress]命令,连接xp/windows 2003都正常,但是在连接win7/2008时总是出错:

;--------------------------------------------------------------------------------

root@pg-vm:/etc/ld.so.conf.d# xfreerdp 192.168.7.195 -u empty -p 123456
connected to 192.168.7.195:3389
Password: 
SSL_read: Failure in SSL library (protocol error?)
SSL_read: error:14094419:SSL routines:SSL3_READ_BYTES:tlsv1 alert access denied
credssp_recv() error: -1
Authentication failure, check credentials.
If credentials are valid, the NTLMSSP implementation may be to blame.

;--------------------------------------------------------------------------------
怎么解决呢?

A: freerdp连接Win7/2008时需要在命令行里指定用户名,要注意的是freerdp的参数

   是有次序要求的,以上的错误是因为次序不对,改用如下命令行连接即可:

    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=4FA84187.8060009%40wp.pl&forum_name=freerdp-devel

posted @ 2013-12-26 21:36  学海无涯1999  阅读(4220)  评论(0编辑  收藏  举报