我是服务器用品的菜鸟,我第一次尝试在wampserver上运行https://localhost。
Wampserver配置
wampserver version : 3.0.6
apache version : 2.4.23
我遵循了here的所有说明。
我做了:
- 添加环境变量OPENSSL_CONF
- 我设法在bin文件夹中生成证书,我移动了它们......
- 路径到阿帕奇/ CONF / demoCA /证书/ cacert.cert
- 路径到阿帕奇/ CONF / demoCA /证书/ cacert.csr
- 路径到阿帕奇/ CONF / demoCA /私人/ cacert.pem
- 路径到阿帕奇/ CONF / demoCA /私人/ cacert.key
-
目前我将虚拟主机菜单停用包含httpd-ssl.conf
包括conf / extra / httpd-ssl.conf
-
我配置了 httpd-ssl.conf 文件
- DocumentRoot" path-to-wamp64 / www"
- ServerName localhost
- ServerAdmin admin @ localhost
- CustomLog"路径到阿帕奇/ CONF / SSL /日志/ ssl_request.log"
- SSLCertificateFile path-to-apache / conf / demoCA / certs / cacert.cert
- SSLCertificateKeyFile path-to-apache / conf / demoCA / private / cacert.key
-
当我通过命令' http -t'进行测试时,synthax正常
- 我加载了以下apache模块:
- 的 socache_shmcb_module
- 的 ssl_module
醇>
当我测试https://localhost或https://localhost:443或https://localhost/server-status/时......
我的浏览器说"连接不安全!"
我不知道我需要做些什么来调试它。
Wampserver没有告诉我什么是错的。
有知识的人可以帮助我吗?
我该怎么调试这个,哪个工具呢?