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】BitSet的源码研究
    【JAVA】大整数数据量排序
    三层架构的DCOM配置
    .NET+COM+组件注册方法
    开博感言
    about Cache
    代码HTML
    取远程用户IP地址
    ShowModalDialog页面传值
    about char变量
  • 原文地址:https://www.cnblogs.com/mawanglin2008/p/3493108.html
Copyright © 2011-2022 走看看