Search found 2 matches
- Sun Feb 07, 2021 4:49 pm
- Forum: Web Server
- Topic: Let’s Encrypt error 429: Rate limit because VESTA doing "v-add-letsencrypt-domain" in loop to deleted domains
- Replies: 2
- Views: 7750
Re: Let’s Encrypt error 429: Rate limit because VESTA doing "v-add-letsencrypt-domain" in loop to deleted domains
To solve the problem you must make sure that the domain has been completely removed from the server and then edit the following file: /usr/local/vesta/data/queue/letsencrypt.pipe Then there will surely be the script that produces the problem, delete it and it will no longer try to generate the certi...
- Wed Apr 15, 2020 1:29 pm
- Forum: FTP Server
- Topic: [HowTo] VSFTPD enable SSL/TLS
- Replies: 7
- Views: 50293
Re: [HowTo] VSFTPD enable SSL/TLS
Good morning, I have the solution to the problem of the connection with TLS in vsftpd. Just add a directive in the vsftp configuration file nano /etc/vsftp.conf and add the following line: We will connect through port 1000 for example ... listen_port=1000 and we restart the server: service vsftpd re...