Proftpd mod_tls and Jscape FTP applet

Recent problem with a Proftpd server configuration on Red Hat/Centos. I
had configured mod_tls but on this newer version of the module I had to
add the following lines to my proftpd.conf file for the JScape FTP
applet to work with:
Connection Type FTP/SSL (AUTH TLS)

TLSProtocol             SSLv23
TLSOptions              NoCertRequest

I
had been previously been using the following line on a Debian server
with an older version of ProFTPd so I assume something has changed:

TLSProtocol            TLSv1

No ill side affects yet!