3

Azure 网站现在支持 SSL 并允许您上传证书。我有一个已上传的 GoDaddy 证书,虽然这对 80% 的用户来说效果很好,但在 Internet Explorer 中浏览该站点的 Windows XP 用户似乎出现以下错误:

本网站的安全证书有问题。

经过进一步调查,似乎我可能需要提供中间证书,但我找不到如何为我的 Azure 网站提供 Godaddy 中间证书(我有一个)。

谁能告诉我中间证书问题是否有解决方案?

4

2 回答 2

2

I followed the following step process when I was setting up SSL in Azure using GoDaddy as CA. (Notice the highlighted line below that might be your key):

  1. Create a Certificate Signing Request (CSR) on the web server (local IIS, not Azure)
  2. Send CSR to CA (Certificate Authority – GoDaddy) and specify alternative domain names (if you've paid for that possibility)
  3. Download certificate from CA
  4. Import certificate to web server (local IIS, not Azure)
  5. Import the intermediate certificates from CA into local computer (where you have IIS)
  6. Export the certificate as PFX file from IIS and give it a password
  7. Import PFX file into Azure together with password
  8. Bind configured domain names to the certificate in Azure

There are a few different ways to create the CSR file. I used IIS Manager on my local developer computer.

You can read an extended version of the list here where all the steps are more thoroughly explained.

于 2014-07-01T07:38:23.640 回答
1

在 Twitter 上收到了来自 Microsoft 的回复,他们给出的回复如下:“这是一个已知问题。不是一个过度站点,而是一个错误......查看 MSDN 支持论坛”我查看了我在 MSDN 论坛上的帖子和他们的回复左边是“我们很快就会得到这种支持”。

于 2013-06-13T05:05:07.480 回答