SOFTELメモ Developer's blog

【Apache】Oops, no RSA or DSA server certificate found for 'server.host.name:0'?

2015/01/17 apache

問題

以下のようなエラーが発生して、Apacheを起動できません。

Oops, no RSA or DSA server certificate found for 'server.host.name:0'?

apache_pb

答え

発生する原因の一つに、VirtualHostディレクティブの中に、以下の設定を入れ忘れている場合があります。

SSLEngine on

関連するメモ

コメント