Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ssl/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Azure SSL证书_Azure_Ssl_Azure Web App Service - Fatal编程技术网

Azure SSL证书

Azure SSL证书,azure,ssl,azure-web-app-service,Azure,Ssl,Azure Web App Service,我在将SSL证书上载到Azure时遇到问题。我有一份GoDaddy颁发的高级证书,过去一年一直在IIS中运行。当我们迁移到Azure时,我将其导出到PFX,转到Azure将其添加到我的Web应用程序,并收到以下错误消息: Failed to update web app settings Failed to update web app settings for [APP_NAME]: The password is incorrect, or the certificate is not va

我在将SSL证书上载到Azure时遇到问题。我有一份GoDaddy颁发的高级证书,过去一年一直在IIS中运行。当我们迁移到Azure时,我将其导出到PFX,转到Azure将其添加到我的Web应用程序,并收到以下错误消息:

Failed to update web app settings
Failed to update web app settings for [APP_NAME]: The password is incorrect, or the certificate is not valid
我尝试了以下方法:

  • 确保密码正确
  • 从IIS导出为pfx
  • 从MMC导出为具有完整路径的pfx

它们都具有与错误消息相同的结果。有人有什么想法吗?

所以我上传了证书。新的Azure门户失败了,所以在很长一段时间内,我尝试了旧的门户,该门户上传了它,没有任何问题


希望这能在将来帮助其他人。

我在使用“尝试方法”应用程序服务-“您的应用程序服务”-ssl证书-上载证书时遇到类似问题

当我试图上传一个证书PFX文件时,什么也没有发生,没有错误消息,什么都没有

我发现的解决方法是使用openssl重新生成PFX文件,这次添加了一个简短的密码

“openssl pkcs12-export-out certificate.pfx-inkey privkey.pem-in cert.pem-certfile chain.pem”


希望这有帮助

谢谢!省去了我几天的麻烦和责备!我也尝试过在新门户中创建MySQL数据库,但它不起作用!我强烈建议使用旧的门户