Search found 129 matches
- Thu Nov 18, 2021 6:27 am
- Forum: General Discussion
- Topic: Error: Letsencrypt nonce request status vestacp
- Replies: 17
- Views: 71376
Re: Error: Letsencrypt nonce request status vestacp
What OS are you on? It looks like you need to update your root CA certificates. I did this on my server with: apt-get update sudo apt-get install ca-certificates -y sudo update-ca-certificates Then restart the server. If it fixed it, you should be able to `curl` again like your test, but this time w...
- Tue Nov 02, 2021 6:58 am
- Forum: General Discussion
- Topic: Error: Letsencrypt nonce request status vestacp
- Replies: 17
- Views: 71376
Re: Error: Letsencrypt nonce request status vestacp
Did you work out how to get this sorted? We seem to have the same CA issue: curl -I "https://acme-v02.api.letsencrypt.org/directory" curl: (60) server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLf ile: none More details here: http://curl.haxx.se/docs/sslcerts.html ...
- Sat Oct 16, 2021 9:19 am
- Forum: Web Server
- Topic: Weird issue with Vesta CP panel not accessable
- Replies: 1
- Views: 8082
Re: Weird issue with Vesta CP panel not accessable
Ah scrap that. I worked it out. I was logged in as that user, and the server owner deleted that problem user. So when I was trying to get into the CP, it was still trying to log me in with the session that I was on before. Cleared out my local storage, and it lets me in fine now... doh!
- Sat Oct 16, 2021 8:59 am
- Forum: Web Server
- Topic: Weird issue with Vesta CP panel not accessable
- Replies: 1
- Views: 8082
Weird issue with Vesta CP panel not accessable
Hi, When I try and access my Vesta admin panel at: https://brian.xxx.com:8083/ , it takes me to https://brian.xxx.com:8083/error/ . Looking into /usr/local/vesta/log/error.log, I can see: 2021-10-16 17:45:15 v-list-user [Error 1] 2021-10-16 17:50:56 v-list-user 'Prohelp' 'json' [Error 3] 2021-10-16 ...
- Fri Nov 13, 2020 5:04 pm
- Forum: Debian/Ubuntu
- Topic: *free* Maltrail system for filtering out bad traffic
- Replies: 0
- Views: 6293
*free* Maltrail system for filtering out bad traffic
Hi, I've been setting myself up with a cool script called Maltrail: https://github.com/stamparm/maltrail It basically looks at the incoming and outgoing traffic, and picks up any malicious stuff. What I did is write a little installer script that will set it up for you, and with pretty minimal effor...
- Thu Aug 06, 2020 1:55 pm
- Forum: Mail Server
- Topic: DMARC setup
- Replies: 8
- Views: 32946
Re: DMARC setup
Glad to help :) I've also gone one step further and started using: https://glockapps.com . This lets you keep track of DMARC hits / failures, mis-configurations etc. Worth the money for me for the peace of mind :)
- Tue Jul 28, 2020 5:31 am
- Forum: Debian/Ubuntu
- Topic: v-update-sys-vesta-all failing on cron
- Replies: 4
- Views: 8832
Re: v-update-sys-vesta-all failing on cron
Yup - I started getting it in 18.04 on another server today as well :(
- Mon Jun 15, 2020 8:10 am
- Forum: General Discussion
- Topic: I think it's not possible to install nextcloud on vesta..
- Replies: 6
- Views: 13894
Re: I think it's not possible to install nextcloud on vesta..
I know I'm a little late to the party, but I just got nginx + nextcloud working. For some reason you don't seem to be able to upload attachments here? So for my server, you login as root and go to: /usr/local/vesta/data/templates/web/nginx/php-fpm In there, create 2 new files. nextcloud.tpl , with: ...
- Thu Jun 04, 2020 6:26 am
- Forum: Web Server
- Topic: v-update-letsencrypt-ssl cron failing with 400, yet works when run manually?
- Replies: 0
- Views: 3989
v-update-letsencrypt-ssl cron failing with 400, yet works when run manually?
I'm getting this error in my cron Cron <admin@west> sudo /usr/local/vesta/bin/v-update-letsencrypt-ssl west.myserver.com Error: Let's Encrypt validation status 400 And sure enough, the SSL certificate with LE wasn't renewed. Yet when I run it as root in SSH, it works? sudo /usr/local/vesta/bin/v-upd...
- Sun May 31, 2020 2:11 pm
- Forum: Web Server
- Topic: php-fpm restart is killing the domain update process
- Replies: 0
- Views: 3708
php-fpm restart is killing the domain update process
I'm trying to figure out why php-fpm takes so long to restart. When I edit a domain from the web interface, upon updating the domain it hangs for ages. Doing a "ps aux | grep restart", I can see its hanging on: root 29839 0.0 0.0 64928 3036 ? S 13:59 0:00 systemctl restart php-fpm.service Upon looki...