刚刚在Windows Server 2003计算机上通过https连接到myshopify.com上的商店(API)时出现此错误(在Chrome中)。
错误:
The certificate that Chrome received during this connection attempt is not formatted correctly, so Chrome cannot use it to protect your information.
Error type: Malformed certificate
Subject: *.myshopify.com
Issuer: DigiCert SHA2 High Assurance Server CA
Public key hashes: sha1/GiBnh3VZhOT1k9C4KDX6w4q9Sec= sha256/6xDMTnv8xhmreRj/tDj7Ii0HVHaA5AFfQZemwKbGOds= sha1/3lKvjNsfmrn+WmfDhvr2iVh/yRs= sha256/k2v657xBsOVe1PQRwOsHsw3bsGT2VzIqz5K+59sNQws= sha1/gzF+YoVCU9bXeDGQ7JGQVumRueM= sha256/WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=
似乎Shopify已经更改了证书。
答案 0 :(得分:0)
事实证明,Shopify确实将其SSL证书更改为需要SHA-2的证书。 Windows Server 2003不支持SHA-2。
有一个对其进行排序的修补程序:http://support.microsoft.com/kb/938397。