I have divided the standard error_log with the ssl error_log and i've fount this: [Sat Apr 12 17:38:30 2003] [error] mod_ssl: SSL handshake failed: HTTP spoken on HTTPS port; trying to send HTML error page (OpenSSL library error follows) [Sat Apr 12 17:38:30 2003] [error] OpenSSL: error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request [Hint: speaking HTTP to HTTPS port!?] [Sat Apr 12 17:38:30 2003] [error] [client 62.98.zz.zz] request failed: error reading the headers Any idea?? Massimiliano -----Messaggio originale----- Da: zope-admin@zope.org [mailto:zope-admin@zope.org] Per conto di trashMan Inviato: sabato 12 aprile 2003 17.20 A: zope@zope.org Oggetto: [Zope] Zope+ssl and httpd.conf I've installed mod_ssl on apache. The server is a Win2000! :-)) SSL work fine but i'm not able to configure httpd.conf correctly, in fact when i call Https://myserver/index_html sometimes i have an error and the other times i have a incorrect page (it don't load stylesheet and image). The httpd.conf now is <VirtualHost 217.58.xxx.yyy> CustomLog logs/myserver-access_log combined ErrorLog logs/myserver-error_log ServerName 217.58.xxx.yyy ServerAdmin admin RewriteEngine on RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/217.58.xxx.yyy:80/myserver/Vi rtualHostRoot/$1 [P] </VirtualHost> <VirtualHost 217.58.xxx.yyy:443> SSLEngine On SSLCertificateFile conf/ssl/myserver.cert SSLCertificateKeyFile conf/ssl/myserver.key CustomLog logs/myserver-access_log combined ErrorLog logs/myserver-error_log ServerName 217.58.xxx.yyy ServerAdmin admin RewriteEngine on RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/217.58.xxx.yyy:443/myserver/V irtualHostRoot/$1 [P] </VirtualHost> Can you help me?? Thanks!! Massimiliano _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )