Results 524 comments of TJ Saunders

Can you configure a `ProxyLog`, and provide the messages from that log file, for a session which encounters these issues, please?

Thanks. Would it be possible to also get the [ProFTPD debug logging](http://www.proftpd.org/docs/howto/Debugging.html), debug level 10, from the proxy, when this happens? I have a suspicion of what's happening, and am...

From the logs, we see that the backend FTP server is using a private IP address (192.168.50.152). We also see, in the logs, that the proxy is using a private...

In the provided configuration, I see `MasqueradeAddress`, but not `PassivePorts`. Is there a firewall or NAT in front of the proxy? If so, is it configured to allow the entire...

Would it also be possible to get the [ProFTPD debug logging](http://www.proftpd.org/docs/howto/Debugging.html) of the backend FTP server as well? For debugging issues like this, there are multiple places and multiple factors...

Hmm. Nothing in the provided logs is showing any signs of errors. Are you still seeing the error reported by your FTPS client (which app is that)? What's interesting is...

Can you run the command-line `ftp` client, on the host on which `mod_proxy` is running, and successfully do several FTP directory listings from the backend FTP server? The goal with...

Thanks for this! Before I merge this, I'd like to spend a little more time working on fuzz tests for ProFTPD, so that I personally know how to write them...

These messages: ``` 2021-01-14 16:28:34,186 mod_proxy/0.7[18986]: starting TLS negotiation on data connection 2021-01-14 16:28:34,217 mod_proxy/0.7[18986]: unable to connect using TLS: system call error: [104] Connection reset by peer 2021-01-14 16:28:34,217...

An additional benefit of this approach is that the backend servers need not be exposed to the network in any way; they are only reachable (by FTP clients) via the...