Cloudflare和1and1:SSLredirect不加载用户界面

我目前有我的网上商店,通过1and1(我在那里买了域名),我们的后端是使用Nginx托pipe@Linux云服务器。 我们正在使用基本版本的Cloudflare作为前端。

现在,当我们使用“wildcard”ssl证书(GeoTrust)转换为https时,但我们无法获得redirect以使用CloudFlare CDN。 我曾与1and1支持,但我们还没有find一个解决scheme。 我希望Cloudflare上的某个人能够帮助解决scheme,但是没有回应。

从1and1(GeoTrust)购买了SSL证书,并在nginxconfiguration中进行了以下configuration

listen 443 ssl; server_name abc.com; ssl_certificate /etc/nginx/ssl/abc.com_ssl_certificate.cer; ssl_certificate_key /etc/nginx/ssl/*.abc.com_private_key.key; 

网站适用于以下条件

  • HTTP – > Cloudflare – > 1and1 – > Nginx(托pipe在云端服务器)
  • HTTPS – > 1and1 – > Nginx(托pipe在云端服务器)

网站不工作

  • HTTPS – > Cloudflare – > 1and1 – > Nginx(托pipe在云端服务器)