zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    Java流关闭总结
    Too many open files 问题
    oracle数据库表被锁的解锁方法
    中文转换成字节数组
    java接口理解
    最小的K个数
    数组中出现次数超过一半的数字
    复杂链表的复制
    二叉树中和为某一值的路径
    二叉搜索树的后序遍历序列
  • 原文地址:https://www.cnblogs.com/mawanglin2008/p/3493108.html
Copyright © 2011-2022 走看看