gpt4 book ai didi

.htaccess - 开发桌面 SSL 连接错误

转载 作者:太空宇宙 更新时间:2023-11-03 14:56:05 25 4
gpt4 key购买 nike

我目前使用 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

有人知道怎么解决吗?谢谢。

亲切的问候,艾斯林

最佳答案

我认为 Dev Desktop 不支持 SSL。

我认为你的选择是:

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

关于.htaccess - 开发桌面 SSL 连接错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29127085/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com