我目前正在使用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
答案 0 :(得分:0)
我不认为Dev Desktop支持SSL。
我认为你的选择是: