ich benutze winXP
ich habe folgende programme installiert
- apache install
apache_2.0.55-win32-x86-no_ssl.msi
2)openssl install
Win32OpenSSL-v0.9.7d.exe
und nach folgendem link certificate erzeugt.
http://buecher.lingoworld.de/apache2/mod_ssl.html#unten
dann habe http.conf so ediert :
Listen 443
SSLMutex default
SSLRandomSeed startup builtin
SSLSessionCache none
<VirtualHost *:443>
SSLEngine On
SSLCertificateFile conf/ssl/mynet.cert
SSLCertificateKeyFile conf/ssl/mynet.key
DocumentRoot /usr/local/apache2/sichere_seiten
</VirtualHost>
und LoadModue mod_sll ....
jetzt funktioniert nicht mehr