0
点赞
收藏
分享

微信扫一扫

SSL_read: Failure in SSL library (protocol error?)


使用xfreerdp 访问远程桌面时报错SSL_read: Failure in SSL library (protocol error?)

Authentication failure, check credentials.

解决方法:这个问题是xfreerdp的参数顺序不正确导致的。

错误:xfreerdp 10.144.53.116 -u cangege -p 123456

正确:xfreerdp -u cangege -p 123456 10.144.53.116

举报

相关推荐

0 条评论