当我试图上载我的Bluemix自定义域的SSL证书时,我会收到以下错误消息:
BXNUI2072E: The intended host name, *.<custom_domain>, is not a subject within the certificate.
如何才能成功上传证书并避免此错误?
谢谢!
我曾经拥有在Google App Engine上删除自定义域或上传新的SSL证书的权限。
然而,有一天SSL证书过期了,我无法上传新的SSL证书,并收到以下警告消息。
"You do not have sufficient permissions to view this page".
当我删除此自定义域时,还收到以下警告消息。
"All domains mapped to this application are shown below. Only owners of a domain may remove one of its mappings."
我是在谷
通过我的google云功能,我尝试请求另一个api,它需要测试环境中的虚拟证书。所以我的服务器就是这里的客户。有没有办法在google云功能中发送客户端证书?我通过在设置中的证书选项卡上传证书使它在Postman中工作,但是在google云功能中,我得到了
Bad Certificate
如果不可能,我该怎么做?改为Amazon是解决了问题,还是使用GAE?还是可以在环境变量中内联证书?那么,我是否应该从Axios换下,使阅读成为可能呢?我尝试过这个解决方案,但得到了错误:
routines:PEM_read_bio:no start line at Object.createSecureCo