This is a discussion on [Apache-2] SSL cert not available? within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi! I'm just trying out my first time apache setup. Since I want ssl only connections, I set "...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi!
I'm just trying out my first time apache setup. Since I want ssl only connections, I set "SSLEngine on" in the global server config. Further I used "SSLCertificateFile /usr/local/etc/apache2/apache2-cert.crt" in ssl.conf. However apache says at startup: [error] Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile] But this isn't correct. The file is there! So what am I missing? All hints are welcome :-) Jochen |
|
|||
|
Jochen Gensch <nomailduetospam@gmx.de> wrote:
> [error] Server should be SSL-aware but has no certificate configured > [Hint: SSLCertificateFile] > But this isn't correct. The file is there! So what am I missing? Be sure that your SSLCertificateFile directive isn't in a <If...> block. Davide -- | All extremists should be taken out and shot. | | | |
|
|||
|
Davide Bianchi schrieb:
> Be sure that your SSLCertificateFile directive isn't in a > <If...> block. This doesn't make sense to me. Apache finds the directive. Something else must be wrong. It still occurs, if I use it without an If Bock. Jochen |
| Thread Tools | |
| Display Modes | |
|
|