Re: Error while connection to FTP server running implicit SSL

2014-07-11 Thread Martin Wunderlich
Thanks a lot for the explanation, John. Is there a specific method in Apache FTP that would allow me to check whether the connection is secured or not? Cheers, Martin Am 10.07.2014 um 15:27 schrieb John Hartnup john.hart...@gmail.com: Explicit means that the client requests SSL

Re: Error while connection to FTP server running implicit SSL

2014-07-10 Thread Martin Wunderlich
Hi all, I have found the solution: The key alias parameter was not specified in the FTP server configuration. Once this was set correctly, I was able to connect with the client in TLS mode. One question remains, though: In order for TLS to be active, the client needs to request it

Re: Error while connection to FTP server running implicit SSL

2014-07-04 Thread David Latorre
Martin, Could you attach Filezilla and Mina FTPServer log files as well as FTPServer configuration xml and Filezilla's config (either screenshot or XML file without the passwords)? 2014-06-30 10:57 GMT+02:00 Martin Wunderlich m...@censhare.de: Hi all, I am expanding our MINA-based FTP

Error while connection to FTP server running implicit SSL

2014-06-30 Thread Martin Wunderlich
Hi all, I am expanding our MINA-based FTP server by adding a setting for implicit vs. explicit SSL. I have made all the necessary changes, but for some reason I can’t connect to the server anymore when implicit SSL is set to true. In explicit SSL mode it works fine. When trying to connect, I