Comment 14 for bug 308952

Revision history for this message
In , Lox-f (lox-f) wrote :

(In reply to comment #5)
> Basically, all FireFTP does is, when it comes to SSL sockets:
> this.dataTransport = this.transportService.createTransport(["ssl"], 1,
> this.host, this.port, proxyInfo);

Why do you force passive mode for TLS/SSL connections?

I think it may work without passive mode, may you have a try?