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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM