Unable to establish SSL connection, how do I fix my SSL cert?

后端 未结 9 1025
醉话见心
醉话见心 2020-11-27 14:17

I\'m trying to wget to my own box, and it can\'t be an internal address in the wget (so says another developer).

When I wget, I get this:



        
9条回答
  •  感情败类
    2020-11-27 14:51

    Just a quick note (and possible cause).

    You can have a perfectly correct VirtualHost setup with _default_:443 etc. in your Apache .conf file.

    But... If there is even one .conf file enabled with incorrect settings that also listens to port 443, then it will bring the whole SSL system down.

    Therefore, if you are sure your .conf file is correct, try disabling the other site .conf files in sites-enabled.

提交回复
热议问题