Page 1 of 1

FileFileZilla Server 1.0.0-rc4 - Start minimized

Posted: 2021-07-20 17:49
by c2d2
I'm using FileZilla Server for years (with heavy traffic).
For now with new RC version I have set Minimum TLS version to 3 (hope it is TLS1.3) - please confirm? (with older I had TLS1.2 - everything was ok - moved to the new RC, because of possibility to turn on 1.3)
Anyway please add/correct function Start minimized (to tray) - with previous version (stable) I was watching icon in tray, when it was changed to green I knew, that someone is here.

Re: FileFileZilla Server 1.0.0-rc4 - Start minimized

Posted: 2021-07-20 19:50
by oibaf
The option to minimize the admin window to the tray is already in the pipeline and will be available in one of the next releases.

Re: FileFileZilla Server 1.0.0-rc4 - Start minimized

Posted: 2021-07-20 19:58
by boco
Where did you set that? AFAIK, the "Minimum TLS version" does not exist in 1.x at all.

Re: FileFileZilla Server 1.0.0-rc4 - Start minimized

Posted: 2021-07-20 21:20
by c2d2
FileZilla Server.xml
<Item name="Minimum TLS version" type="numeric">3</Item>

Re: FileFileZilla Server 1.0.0-rc4 - Start minimized

Posted: 2021-07-20 22:24
by oibaf
c2d2 wrote:
2021-07-20 21:20
FileZilla Server.xml
<Item name="Minimum TLS version" type="numeric">3</Item>
That file belongs to the old server, and although the installation procedure converts the old config into the new one (spread over many different files, each with its purpose), that specific configuration element was not being converted.

The new server will have support for minimum TLS version starting from a future release, and that parameter will be converted as well. It's also going to be adjustable through the Admin UI. Its minimum is set to v1.2, though.

Re: FileFileZilla Server 1.0.0-rc4 - Start minimized

Posted: 2021-07-20 22:29
by boco
FileZilla Server 1.x does not use that file anymore. Your old settings have been imported into the new configuration.

If you run the server as program, it's in: %LOCALAPPDATA%\filezilla-server

Running as service uses : %Systemroot%\System32\config\systemprofile\AppData\Local\filezilla-server

Re: FileFileZilla Server 1.0.0-rc4 - Start minimized

Posted: 2021-07-21 06:59
by c2d2
Ok thank you for explanations.
Changed to <tls_mode>3</tls_mode> - seems to work (I'm able to connect).

Already one user reported, that he can't connect. His username (on server) was Xyz, but he was always using xyz - with old version there was no problem. Now he was not able to connect. :-)

Re: FileFileZilla Server 1.0.0-rc4 - Start minimized

Posted: 2021-07-21 08:30
by oibaf
c2d2 wrote:
2021-07-21 06:59
Changed to <tls_mode>3</tls_mode> - seems to work (I'm able to connect).
That is not the TLS version. RC4 doesn't support setting the minimum TLS version, but TLS v1.3 will be negotiated if both the client and the server support it. Wait for a future release if you want to set the minimum TLS version.