This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
46
SSL / Re: autorenew ssl is enabled yet my certificates will expired after 6 days
« on: June 30, 2017, 01:29:52 PM »
I'm using AutoSSL for my SSLs (LetsEncrypt is unistalled) but they are not auto updating and are now less than 30 days till expiring.
The cron job is there (15 0 * * * "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" > /dev/null) but it doesn't seem to have any effect. I can see the SSLs in the SSL vHost Manager & they work but if i run
I get a blank output list
I've also tried to force renew them using
which returns
I want the SSL's to auto update themselves but I'm not sure how to progress.
The cron job is there (15 0 * * * "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" > /dev/null) but it doesn't seem to have any effect. I can see the SSLs in the SSL vHost Manager & they work but if i run
Code: [Select]
acme.sh --list
I get a blank output list
Code: [Select]
Main_Domain KeyLength SAN_Domains Created Renew
I've also tried to force renew them using
Code: [Select]
acme.sh --renew -d mydomain.com.au --force
which returns
Code: [Select]
'mydomain.com.au' is not a issued domain, skip.
I want the SSL's to auto update themselves but I'm not sure how to progress.
47
Information / Re: Users website getting Connection refused.
« on: June 26, 2017, 11:14:58 AM »
Hi, nice to see another Aussie in here 
Did you disable CFS to see if it causing the issue? Also I notice you're using CloudFlare for DNS, have you changed any settings there recently which might be affecting it?

Did you disable CFS to see if it causing the issue? Also I notice you're using CloudFlare for DNS, have you changed any settings there recently which might be affecting it?
48
DNS / Re: rDNS / PTR Record Question
« on: June 21, 2017, 10:08:36 AM »
Yep, this is how mine is set up. I use CloudFlare too

49
E-Mail / Re: system mail not sending
« on: June 03, 2017, 01:11:15 AM »
I use CloudFlare as DNS too and email works fine. Some thoughts below for you.
- Make sure MX entry in CloudFlare has grey cloud (DNS only)
- Have you successfully set up rDNS
- Have you set up DKIM & SPF and added matching entries to CloudFlare (this is not essential but recommended to keep your emails out of spam filters)
50
CentOS 6 Problems / Re: Service Monitor
« on: June 02, 2017, 09:29:58 AM »
k, can you can reinstall Icinga, remove cron via UI then unistall?
51
CentOS 6 Problems / Re: Service Monitor
« on: June 01, 2017, 02:32:38 PM »
CWP > Services Config > ServicesMonitor (init)
Think this is what you want

Think this is what you want

52
SSL / Trying to force SSL renew but not working
« on: May 31, 2017, 02:35:11 PM »
Hi All,
I am trying to force a renew for a SSL that was installed via the SSL Cert Manager using the Auto button. It installed and functions fine however I can't seem to get it to renew. Have tried on 2 different servers one with CWP6 & another with CWP7 using different domains but same result.
Using

I still have some time before 60 days is up but wanted to ensure that the renew was working. Any thoughts/ideas are welcome.
I am trying to force a renew for a SSL that was installed via the SSL Cert Manager using the Auto button. It installed and functions fine however I can't seem to get it to renew. Have tried on 2 different servers one with CWP6 & another with CWP7 using different domains but same result.
Using
Code: [Select]
acme.sh --renew -d 6sense.com.au --force

I still have some time before 60 days is up but wanted to ensure that the renew was working. Any thoughts/ideas are welcome.
53
SSL / Re: Replace self signed CWP SSL cert on server hostname with let´s encrypt ssl cert
« on: May 24, 2017, 01:22:45 PM »
Just select your hostname.cert from the Certificate dropdown box and use AutoSSL.
54
CentOS 6 Problems / Re: Nginx won't work properly with CWP
« on: May 22, 2017, 02:06:20 PM »
The CWP Nginx option is Apache server with a Nginx Reverse Proxy in front of it. It isn't a stand alone Nginx server so you always gonna have apache running.


55
DNS / Re: Best way to configure DNS
« on: May 20, 2017, 03:08:37 PM »
Yup add the nameservers in CWP here -DNS Functions > Edit Nameservers IP
Use the sub domains and IP's of the nameservers you will be using.
Use the sub domains and IP's of the nameservers you will be using.
56
DNS / Re: Best way to configure DNS
« on: May 20, 2017, 02:33:34 PM »
They all will do the job so I guess it comes down to what you're looking for and what best suits your needs. Research things like performance, location & features etc.
I use Cloudflare for my DNS and enjoy all the advanced options and services that come from them.
I use Cloudflare for my DNS and enjoy all the advanced options and services that come from them.
57
Postfix / Re: ERROR: You don't have a valid hostname set!
« on: May 20, 2017, 01:24:09 PM »
You can think of your hostname as the name you call your server. The format of a hostname looks like a sub domain derived from your main domain eg, srv1.yourdomain.com (you can replace srv1 with anything). It is however technically different to a sub domain as its a host name (clear as mud yet lol).
Anyhow you are able to find and change what your hostname is in CWP via Server Settings > Change Hostname. You also should insert your hostname into the http.conf file ( Apache Settings > Apache Configuration > locate #ServerName and change to
ServerName www.srv1.yourdomain.com:80 (or whatever you named your hostname).
Web servers can house many domain names so the mail server uses the hostname to identify itself when it communicates with other mail servers. Mail servers also require RDNS (reverse DNS) to be set up but this is done at your server provider not via CWP. As Sandeep has mentioned add an A record for the hostname too.
Hope this helps your understanding
Anyhow you are able to find and change what your hostname is in CWP via Server Settings > Change Hostname. You also should insert your hostname into the http.conf file ( Apache Settings > Apache Configuration > locate #ServerName and change to
ServerName www.srv1.yourdomain.com:80 (or whatever you named your hostname).
Web servers can house many domain names so the mail server uses the hostname to identify itself when it communicates with other mail servers. Mail servers also require RDNS (reverse DNS) to be set up but this is done at your server provider not via CWP. As Sandeep has mentioned add an A record for the hostname too.
Hope this helps your understanding

58
SSL / Re: Auto install Letsencrypt broke everything!!
« on: May 13, 2017, 02:53:10 AM »
Did you rebuild Apache + vHosts?
59
Addons / How to auto load cloudflare_mod?
« on: May 11, 2017, 01:59:06 PM »
Hi, I use cloudflare_mod with CWP7 to pass the real IP of visitors as I use them for DNS. Works great though I have to re run the script after most CWP updates to reinitialize the module (it's still installed).
Anyone have an idea how to configure CWP to auto load cloudflare_mod after an update?
Anyone have an idea how to configure CWP to auto load cloudflare_mod after an update?
60
Addons / Re: LETSENCRYPT CENTOS7
« on: May 08, 2017, 04:00:37 PM »
Ignore that link it's 3 years old!
Just use the SSL Cert Manager to install your SSL's. It will install a different SSL issued and signed by LetsEncrypt for every domain and/or sub domain that you ask it to.
No sharing and no self signed Certs
Just use the SSL Cert Manager to install your SSL's. It will install a different SSL issued and signed by LetsEncrypt for every domain and/or sub domain that you ask it to.
No sharing and no self signed Certs
