我是ssl crt/private key/csr
从ssl/tls
经理创建的cpanel
。
我需要做的下一步/配置是什么?
当我仅在地址栏中键入时-> example.in 它可以工作,但如果它的https://example.in它不起作用。
我需要做什么改变?.我已经尝试了很多事情,已经创建了 50 次 keys/crt/csr 但我仍然得到同样的错误https://example.in/cgi-sys/defaultwebpage。证书还声明它的另一个名称。但这是不可能的,因为所有内容都是通过 ssl 管理器中的下拉选项创建的,因此每个数据都是正确的。
还有一个空的.htaccess创建。我用它填充
RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
它重定向到 https 但我不断收到上面的错误。
概括 :
1. Should I add something in htaccess ?
2. Create php in html which authorizes certificate which has the domain website(index.html)?
3. Or something else ?