【发布时间】:2017-04-06 14:45:58
【问题描述】:
我的 linux 机器上有一个带有 SSL 身份验证的 webdav 服务器。我可以在 localhost、远程 linux 机器以及远程 MacOS 机器上安装这个 webdav。它要求接受证书并安装。
现在我正在尝试在 Windows 10 上安装。首先,Windows 没有显示任何要接受的证书。我像这样传输在一些远程 linux 机器上创建的证书:echo -n | openssl s_client -connect 145.117.144.230:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /etc/irods/ssl/145.117.144.230.crt 并安装在 Windows 10 上。我已经为所有用户安装在本地机器上。我使用的证书存储是“受信任的根证书颁发机构”。我也使用过“中级证书颁发机构”。我使用的所有内容都表明证书已成功导入。所以我尝试使用凭据用户/密码映射网络驱动器https://ugp-repmed.fedora20.ebiocloud.amc.nl 并显示此消息:
The mapped network drive could not be created because the following error has occurred: Mutual Authentication failed. The server's password is out of date at the domain controller.
如果我尝试通过浏览器连接,我可以接受证书并且可以访问,但只能访问。我需要映射网络驱动器,这个错误困扰着我。有人知道如何解决吗?谢谢
【问题讨论】: