Search found 9 matches
- Thu Feb 01, 2018 3:22 pm
- Forum: Mail Server
- Topic: Help with TLS and certs
- Replies: 1
- Views: 3558
Help with TLS and certs
I'm having a little trouble getting the email at 100% on checktls.com. For the record, I'm running vesta on vesta.website.com , and plan to have the main site set up on website.com . I'm not sure what to put as an MX record but it appears to work without one, just says "No Mail eXchangers found; wil...
- Sun Jan 21, 2018 9:15 pm
- Forum: Web Server
- Topic: Only acces vesta trough a SSL subdomain [SOLVED]
- Replies: 5
- Views: 4470
Re: Only acces vesta trough a SSL subdomain [SOLVED]
The script you make works great (thanks), although as a heads up for anyone else trying this, blocking 8083 in the firewall causes nginx to crash if you enable SSL or delete a site.creulcat wrote:and blocked port 8083 in the firewall.
- Sat Jan 20, 2018 4:15 am
- Forum: Mail Server
- Topic: DKIM fail when sending from command line
- Replies: 0
- Views: 1673
DKIM fail when sending from command line
My friend made a database email backup script with sendmail a year ago which I tried to adapt to run on vesta, though Yahoo deletes all the content as it fails security checks. I checked the raw message, and while the SPF passes, it says dkim=permerror (bad sig) . The return path and envelope is fro...
- Sat Jan 20, 2018 2:36 am
- Forum: Web Server
- Topic: Could I mix this Python Flask tutorial to work with Vesta?
- Replies: 2
- Views: 3716
Re: Could I mix this Python Flask tutorial to work with Vesta?
Thanks for the reply, that doesn't sound so bad :) I also wasn't aware what the templates were for before so that may be helpful to know for things like a custom php.ini for my old site.
- Fri Jan 19, 2018 4:37 pm
- Forum: Web Server
- Topic: Could I mix this Python Flask tutorial to work with Vesta?
- Replies: 2
- Views: 3716
Could I mix this Python Flask tutorial to work with Vesta?
I've got my old PHP website up and running, and now I'd like to try get my (WIP) Flask one hosted. I found a tutorial on how to do it (https://www.digitalocean.com/community/tutorials/how-to-deploy-a-flask-application-on-an-ubuntu-vps), but I'd like to ask a couple of questions before I go and mess ...
- Fri Jan 19, 2018 1:43 am
- Forum: Web Server
- Topic: letsencrypt https only works after extra tweaks
- Replies: 7
- Views: 4254
Re: letsencrypt https only works after extra tweaks
Just got it up and running and it seems to be fine without any extra configuration needed (including https redirection), thanks :)
For the record, v-add-letsencrypt-domain doesn't work, but doing from the CP seems fine.
For the record, v-add-letsencrypt-domain doesn't work, but doing from the CP seems fine.
- Thu Jan 18, 2018 1:04 pm
- Forum: Web Server
- Topic: letsencrypt https only works after extra tweaks
- Replies: 7
- Views: 4254
Re: letsencrypt https only works after extra tweaks
All I get is this: root@site:~# v-add-letsencrypt-domain user site.com (wait a few seconds) Error: Invalid response from http://site.com/.well-known/acme-challenge/XwXfbjCqLzM3R2VJ_Z5j9vxbXaYx6oFHx7lJoje9y0w: \ I assume similar is happening with the letsencrypt checkbox. It's weird though as letsenc...
- Thu Jan 18, 2018 12:32 pm
- Forum: Web Server
- Topic: letsencrypt https only works after extra tweaks
- Replies: 7
- Views: 4254
Re: letsencrypt https only works after extra tweaks
letsencrypt-vesta is not supported by vesta, please use the (since a long time) integrated way: v-add-letsencrypt-domain or tick let's encrypt checkbox in web backend. Thanks, although I previously tried the checkbox and found it had the same issue in that it wouldn't fully activate it without the ...
- Thu Jan 18, 2018 9:48 am
- Forum: Web Server
- Topic: letsencrypt https only works after extra tweaks
- Replies: 7
- Views: 4254
letsencrypt https only works after extra tweaks
I'm completely new to Linux but set up a VPS with the help of a friend who is considerably better than I am at this sort of stuff. Anyway, we had a lot of trouble with getting letsencrypt working properly, and he eventually figured how to do it. I was playing around a bit and managed to refine the p...