matthias hoerl
2004-07-01 14:15:03 UTC
hi all ( my first mail to you *gg)
my problem how do i learn a virtual host accepting tls connections?
the main server on 21 accepts it but not the virtual on 9000.
should the tls settings within global or what else ?
excuse my exciting englisch i am better in reading it than writing
mfg matthew
a part of my config
...
....
#################################################### TLS - Secure
connections
TLSEngine on
TLSLog /var/log/tls.log
TLSProtocol SSLv23
TLSOptions NoCertRequest
### Are clients required to use FTP over TLS when talking to this server?
TLSRequired on
### Server's certificate
TLSRSACertificateFile /etc/proftpd/server.cert.pem
TLSRSACertificateKeyFile /etc/proftpd/server.key.pem
### Authenticate clients that want to use FTP over TLS?
TLSVerifyClient off
<Global>
DisplayLogin /etc/proftpd/welcome.msg
AllowForeignAddress on
PassivePorts 60000 60050
### Logging
# file/dir access
ExtendedLog /var/spool/proftpd/access.log WRITE,READ
write
# Record all logins
ExtendedLog /var/spool/proftpd/auth.log AUTH auth
</Global>
<VirtualHost ***.***.***.***>
Port 9000 # as an example
DefaultRoot /var/ftp
</VirtualHost>
my problem how do i learn a virtual host accepting tls connections?
the main server on 21 accepts it but not the virtual on 9000.
should the tls settings within global or what else ?
excuse my exciting englisch i am better in reading it than writing
mfg matthew
a part of my config
...
....
#################################################### TLS - Secure
connections
TLSEngine on
TLSLog /var/log/tls.log
TLSProtocol SSLv23
TLSOptions NoCertRequest
### Are clients required to use FTP over TLS when talking to this server?
TLSRequired on
### Server's certificate
TLSRSACertificateFile /etc/proftpd/server.cert.pem
TLSRSACertificateKeyFile /etc/proftpd/server.key.pem
### Authenticate clients that want to use FTP over TLS?
TLSVerifyClient off
<Global>
DisplayLogin /etc/proftpd/welcome.msg
AllowForeignAddress on
PassivePorts 60000 60050
### Logging
# file/dir access
ExtendedLog /var/spool/proftpd/access.log WRITE,READ
write
# Record all logins
ExtendedLog /var/spool/proftpd/auth.log AUTH auth
</Global>
<VirtualHost ***.***.***.***>
Port 9000 # as an example
DefaultRoot /var/ftp
</VirtualHost>