我正在尝试从Windows Server 2008连接到远程docker主机(Ubuntu 16.04),所有这些都存在于AWS EC2上。需要在单个EC2实例中运行docker,因此我使用的是通用驱动程序。
我正在使用一个公钥文件(.pem),它适用于ssh(来自putty,提取ppk,就像从linux环境中sshing一样),我得到了:
Error checking TLS connection: Error checking and/or regenerating the certs:
There was an error validating certificates for host "xx.xx.xx.xx:2376": dial tcp xx.xx.xx.xx:2376: connectex:
No connection could be made because the target machine actively refused it.
这可能吗?我应该将pem文件转换为其他格式吗?我已经尝试将证书转换为多种格式,但这些格式无效。