Dev Desktop SSL连接错误

时间:2015-03-18 16:10:58

标签: .htaccess ssl drupal acquia

我目前正在使用Dev Desktop作为我的本地开发环境。 一切都工作得很好,直到我输入ssl代码片段到我的ht访问文件,这是使网站https所需。

# Redirect HTTP to HTTPS
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301

]

现在,当我尝试打开本地网站时,我收到以下错误:

SSL connection error
Hide details
Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have.
Error code: ERR_SSL_PROTOCOL_ERROR

有谁知道如何解决这个问题?谢谢。

亲切的问候, Aisling

1 个答案:

答案 0 :(得分:0)

我不认为Dev Desktop支持SSL。

我认为你的选择是:

  • 删除SSL重定向并在没有它的情况下继续在本地工作
  • 使用不同的开发环境(如XAMPP)并在那里配置SSL
  • Acquia为drupal提供免费的开发沙箱 - 我认为支持SSL。如果是这样,您可以迁移并测试https://www.acquia.com/free