Skip to main content

Timeline for Proftp Virtual Hosts Settings

Current License: CC BY-SA 4.0

4 events
when toggle format what by license comment
Dec 15, 2021 at 9:37 comment added Steffen Ullrich Interesting. But a) does your client actually support and use this host command and b) did you look into the logs of your server?
Dec 15, 2021 at 9:27 comment added sangul Hello Steffen, ok but according to this, it sould work: Note that with the advent of RFC 7151, FTP now has a HOST command for supporting true name-based virtual hosts, just as the Host header does for HTTP 1.1. And ProFTPD implements this HOST command as of the 1.3.6rc1 release. To use it, you can either simply use DNS names in your <VirtualHost> section, like so: <VirtualHost mysite.example.com>
Dec 15, 2021 at 8:05 comment added Steffen Ullrich "TLSProtocol SSLv3" - enforcing SSL 3.0 is a serious security problem and apart from that makes it impossible to have different virtual hosts on the same IP address (no SNI extension supported). I recommend that you look into the logs of the server for information of what might be wrong here.
Dec 15, 2021 at 7:45 history asked sangul CC BY-SA 4.0