在wampserver上运行https:// localhost的连接不安全?

时间:2017-09-29 15:24:07

标签: debugging localhost ssl-certificate wampserver

我是服务器用品的菜鸟,我第一次尝试在wampserver上运行https://localhost

Wampserver配置

wampserver version : 3.0.6
apache version : 2.4.23

我遵循了here的所有说明。

我做了:

  1. 添加环境变量OPENSSL_CONF
  2. 我设法在bin文件夹中生成证书,我移动了它们......
    • 路径到阿帕奇/ CONF / demoCA /证书/ cacert.cert
    • 路径到阿帕奇/ CONF / demoCA /证书/ cacert.csr
    • 路径到阿帕奇/ CONF / demoCA /私人/ cacert.pem
    • 路径到阿帕奇/ CONF / demoCA /私人/ cacert.key
  3. 目前我将虚拟主机菜单停用包含httpd-ssl.conf

      

    包括conf / extra / httpd-ssl.conf

  4. 我配置了 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
  5. 当我通过命令' http -t'进行测试时,synthax正常

  6. 我加载了以下apache模块:
    • socache_shmcb_module
    • ssl_module
  7. 当我测试https://localhosthttps://localhost:443https://localhost/server-status/时...... 我的浏览器说"连接不安全!"

    我不知道我需要做些什么来调试它。 Wampserver没有告诉我什么是错的。 有知识的人可以帮助我吗? 我该怎么调试这个,哪个工具呢?

0 个答案:

没有答案