Re: [Proftpd-devel] Problems with mod_proxy

2015-11-11 Thread TJ Saunders
> I've been experimenting with mod_proxy as a reverse proxy, and so far > have not been able to get the data connection to work with TLS. I worked with Dan off-list on this issue, and am pleased to report that the TLS-related issue he was encountering in mod_proxy was a valid bug, which has now b

Re: [Proftpd-devel] Problems with mod_proxy

2015-10-13 Thread [email protected]
> On October 13, 2015 at 1:46 PM TJ Saunders wrote: > > > > > I've been experimenting with mod_proxy as a reverse proxy, and so far > > have not been able to get the data connection to work with TLS. > > The data connection on the frontend (i.e. from/to the FTP client), or on > the backend (to/fro

Re: [Proftpd-devel] Problems with mod_proxy

2015-10-13 Thread TJ Saunders
> I've been experimenting with mod_proxy as a reverse proxy, and so far > have not been able to get the data connection to work with TLS. The data connection on the frontend (i.e. from/to the FTP client), or on the backend (to/from the backend server)? > The control connection works fine with

[Proftpd-devel] Problems with mod_proxy

2015-10-13 Thread [email protected]
I've been experimenting with mod_proxy as a reverse proxy, and so far have not been able to get the data connection to work with TLS. The control connection works fine with TLS, but any command that creates a data connection fails with "tls_getc SSL_ERROR_SSL" displayed at the client. Then eventu