Mailinglist Archive: opensuse-de (3257 mails)
| < Previous | Next > |
apache 2 mit ssl
- From: marcel-stein@xxxxxxxx
- Date: Wed, 16 Feb 2005 23:54:05 +0100 (CET)
- Message-id: <25280506.1108594445996.JavaMail.ngmail@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
hallo!
beim starten des apcvhe mit ssl bekomme ich die meldung
Starting httpd2 (prefork) Apache/2.0.50 mod_ssl/2.0.50 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide us with the pass phrases.
Server localhost:443 (RSA)
Enter pass phrase:Apache:mod_ssl:Error: Private key not found.
**Stopped
..failed
worank kann das liegen?
eine server.crt und server.key habe ich
in der httpd.conf steht
SSLMutex sem
SSLRandomSeed startup builtin
<VirtualHost localhost:443>
ServerName localhost
DocumentRoot /srv/www/htdocs
SSLEngine On
SSLCertificatefile //server.crt
SSLCertificateKeyFile /server.key
</VirtualHost>
woran kann es liegen?
gruß marcel
beim starten des apcvhe mit ssl bekomme ich die meldung
Starting httpd2 (prefork) Apache/2.0.50 mod_ssl/2.0.50 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide us with the pass phrases.
Server localhost:443 (RSA)
Enter pass phrase:Apache:mod_ssl:Error: Private key not found.
**Stopped
..failed
worank kann das liegen?
eine server.crt und server.key habe ich
in der httpd.conf steht
SSLMutex sem
SSLRandomSeed startup builtin
<VirtualHost localhost:443>
ServerName localhost
DocumentRoot /srv/www/htdocs
SSLEngine On
SSLCertificatefile //server.crt
SSLCertificateKeyFile /server.key
</VirtualHost>
woran kann es liegen?
gruß marcel
| < Previous | Next > |