On Fri, May 30, 2008 at 3:00 PM, David <[EMAIL PROTECTED]> wrote:
> [Fri May 30 14:10:39 2008] [info] [client xx.xx.xx.xx] SSL library error 1 in
> handshake (server xx.xx.xx.xx:443)
> [Fri May 30 14:10:39 2008] [info] SSL Library Error: 336027900
> error:140760FC:SSL routines:SSL23_GET_CLIENT_H
I want to use mod_proxy_ftp over a https connection, but it somehow
doesn't work. The basic setup is as follows:
SSLEngine On
SSLProxyEngine on
SSLCertificateFile /etc/apache2/ssl/ca.pem
SSLCertificateKeyFile /etc/apache2/ssl/ca.key
Order deny,allow
Allow from all
Pr