可选服务器: Ubuntu 7.3.0-16ubuntu3 IP: 10.aa.bb.2 Windows VM: Windows Server 2016 IP: 10.aa.bb.1 使用此命令来ping: ansible windows -m win_ping 抛出错误: 10.aa.bb.1 | UNREACHABLE!HTTPSConnectionPool(host='10.aa.bb.1', port=5986): Max retries exceeded with url:
我刚刚在Windows7上安装了最新的Anaconda3.4.3.0,并且我想安装glueviz,所以我遵循了中的步骤
An HTTP error occurred when trying to retrieve this URL.SSLError(SSLError(SSLError("bad handshak
我正在使用ICMPsendecho发出ping请求。在我的开发环境(win7)上,它似乎工作得很好,测试和一切都进行得很顺利。然而,在部署它的环境中,它无法接收到响应。部署环境是windows XP sp3计算机。
在整个故障排除过程中,我注意到了一些事情,这些事情对实际尝试解决这个问题可能有帮助,也可能没有帮助。windowsping.exe在我用来测试连接状态的所有域的部署环境中都工作得很好,只有我的ICMPsendecho调用似乎无法生成响应。