"Krist van Besien" <krist.vanbesien@xxxxxxxxx> writes: > On Fri, May 30, 2008 at 3:00 PM, David <de_bb@xxxxxxxx> 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_HELLO:unknown protocol speaking not SSL to HTTPS port!? > > This looks like your client (your browser) is not speaking https to > the webserver. What are you using and what are you doing with it? I'm using Firefox, but I still think it's the mod_proxy_ftp that's not speaking https: [Fri May 30 14:10:39 2008] [debug] mod_proxy_ftp.c(1783): proxy: FTP: start body send You can also see what the mod_proxy_ftp is sending - it's the first part of the directory listing, containing the file permissions: [Fri May 30 14:10:39 2008] [debug] ssl_engine_io.c(1747): | 0000: 64 72 77 78 72 2d 78 72-2d 78 drwxr-xr-x | And in the following line: [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) the obfuscated "[client xx.xx.xx.xx]" is actually the IP address of the server (and proxy, of course) - not the client. If I understand it correctly, the mod_proxy_ftp works as follows: Client -(1)-> Server -(2)-> FTP-Proxy&FTP-Server -(3)-> Server -(4)-> Client The part that's currently not working seems to be (3). -David --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx