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

前端 未结 6 1120
悲哀的现实
悲哀的现实 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:04

    In hope to help new visitors.

    I had the same error lines in log file.

    My mistake was to include

    SSLEngine on
    

    outside a VirtualHost block, in a .conf file, along with common values for SSLProtocol, SSLCipherSuite, SSLHonorCipherOrder...

提交回复
热议问题