Apache 2.4.9 fails after enabling ssl module and setting up ssl certificate

前端 未结 6 1202
悲哀的现实
悲哀的现实 2021-02-07 21:39

Apache throws the following errors after attempting to set up ssl certificates:

[ssl:emerg] [pid 30907] AH02572: Failed to configure at least one certificate and         


        
6条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-07 22:13

    I ran into this problem after updating to Apache 2.4.33.

    I had to blocks in my httpd-vhosts.conf file. I removed this one:

    
        ServerName ""
        DocumentRoot ""
    
    

    restarted apache and it worked.

提交回复
热议问题