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.
Pages: [1] 2
1
CentOS 7 Problems / Failure to attach sslcert (Self Signed) to a domain CWP7 Centos 7.8
« on: July 25, 2020, 06:34:48 AM »
Good Morning Team
Created a new vps centos 7 cwp7
ssl on host name works fine
added a domain
waited 48 hours
Tried adding a self signed ssl cert, and it complains that webmail and control panel have dns problems
Looked at the domain via introdns.com and everything is fine...
https://intodns.com/esoftc.com
any ideas please....
All the best from Alan & Thank you
Created a new vps centos 7 cwp7
ssl on host name works fine
added a domain
waited 48 hours
Tried adding a self signed ssl cert, and it complains that webmail and control panel have dns problems
Looked at the domain via introdns.com and everything is fine...
https://intodns.com/esoftc.com
any ideas please....
All the best from Alan & Thank you
2
CentOS 7 Problems / Re: Problem Migration from CWP6 to CWP7 Postfix/Rouncube
« on: July 22, 2020, 12:40:03 PM »
Thank you for the information, is there a script to do that I can run..
All the best from Alan
All the best from Alan
3
CentOS 7 Problems / Problem Migration from CWP6 to CWP7 Postfix/Rouncube
« on: July 22, 2020, 06:47:10 AM »
Good Morning Team,
I have a centos cwp6 Vps server, which i am migrating all accounts/mail/MySQL to a centos 7 / cwp7 Vps
No problem on MySQL or the website or the account, the problem is CWP->CWP does nor bring over all the contacts/groups/alias/etc
it appears all the mail is there, bust most of the control for it is missing....
I don't know a great deal about postfix/roundecube to be more helpful.
all the best from Alan
I have a centos cwp6 Vps server, which i am migrating all accounts/mail/MySQL to a centos 7 / cwp7 Vps
No problem on MySQL or the website or the account, the problem is CWP->CWP does nor bring over all the contacts/groups/alias/etc
it appears all the mail is there, bust most of the control for it is missing....
I don't know a great deal about postfix/roundecube to be more helpful.
all the best from Alan
4
Updates / Re: No Loader is installed, please try to run this command or contact support:
« on: April 26, 2020, 06:33:49 AM »
After having gone through that useful information, I just used the CWP PHP Switcher to upgrade to PHP7.2.30 - seems to have worked fine.
Thank to all for the advice...Alan
Thank to all for the advice...Alan
5
Updates / No Loader is installed, please try to run this command or contact support:
« on: April 24, 2020, 02:35:25 PM »
Good Afternoon Team,
Centos 6 running CWP 6 click on update from CP after 20seconds it is completed
Logout, then action the login url and you get the following
No Loader is installed, please try to run this command or contact support: sh /scripts/update_ioncube restart
After running that command, the problem still exists
Could someone give me some pointers please....
All the best and thanks from Alan
Centos 6 running CWP 6 click on update from CP after 20seconds it is completed
Logout, then action the login url and you get the following
No Loader is installed, please try to run this command or contact support: sh /scripts/update_ioncube restart
After running that command, the problem still exists
Could someone give me some pointers please....
All the best and thanks from Alan
6
SSL / Re: SSL CERT Self Signed on Hostname
« on: May 07, 2019, 08:43:49 PM »
The Answer to this question
Click on change hostmane
do not change anything
Click submit
The software generates all the files needed to get https working on CP 2031 Port..
From Alan
Click on change hostmane
do not change anything
Click submit
The software generates all the files needed to get https working on CP 2031 Port..
From Alan
7
SSL / Re: SSL for hostname and CWP https access
« on: May 04, 2019, 06:43:24 AM »
Good Morning..
I am no expert, but I can give you some ideas to play with....
Backup folder /etc/pki/tls
copy your cert /etc/pki/tls/cert/domain.com.cert (replace domain.com with hostname)
cd /etc/pki/tls/cert
ln -s hostname.cert hostname.crt
Now dont get confused there is a file called hostname.crt in that folder
So cp YOUR-HOSTNMAE.cert hostname.crt
cd /etc/pki/tls/private
copy your HOST-NAME key to this folder
same problem here there is a hostname.key here to
cp YOUR-HOSTNMAE.key hostname.key
Restart your httpd deamon
then goto https://your-host-name:2031
Depending on what cert you brought you may need to put hostname-bundle in /etc/pki/tls/cert folder
If you do, dont forget to restart httpd deamon again..
I hope this helps
All the best from Alan
I am no expert, but I can give you some ideas to play with....
Backup folder /etc/pki/tls
copy your cert /etc/pki/tls/cert/domain.com.cert (replace domain.com with hostname)
cd /etc/pki/tls/cert
ln -s hostname.cert hostname.crt
Now dont get confused there is a file called hostname.crt in that folder
So cp YOUR-HOSTNMAE.cert hostname.crt
cd /etc/pki/tls/private
copy your HOST-NAME key to this folder
same problem here there is a hostname.key here to
cp YOUR-HOSTNMAE.key hostname.key
Restart your httpd deamon
then goto https://your-host-name:2031
Depending on what cert you brought you may need to put hostname-bundle in /etc/pki/tls/cert folder
If you do, dont forget to restart httpd deamon again..
I hope this helps
All the best from Alan
8
SSL / Re: SSL CERT Self Signed on Hostname
« on: May 03, 2019, 07:08:18 AM »
Good Morning cu-olly,
thank you for the reply....
Yes I agree with you, but when it goes to renew it self, it does not work. I have tried everything I can think off
I even created a new private key, CSR, then a sslcert, installed them, restart the httpd, and all I get is this
https://esoftc.oc44.net:2031/login/index.php
All the best from Alan
thank you for the reply....
Yes I agree with you, but when it goes to renew it self, it does not work. I have tried everything I can think off
I even created a new private key, CSR, then a sslcert, installed them, restart the httpd, and all I get is this
https://esoftc.oc44.net:2031/login/index.php
All the best from Alan
9
SSL / SSL CERT Self Signed on Hostname
« on: May 02, 2019, 06:23:52 PM »
Good Evening,
It is easy to put a self signed cert on a domain...
But how do you put a self signed cert on the hostname which is not a domain, and the hostname is the url to your CWP
All the best from Alan
It is easy to put a self signed cert on a domain...
But how do you put a self signed cert on the hostname which is not a domain, and the hostname is the url to your CWP
All the best from Alan
10
SSL / File that points to CWP SSLCert
« on: April 14, 2019, 04:01:23 PM »
Good After Team,
Could someone tell me where the file name and path that controls the path to the Control Panel Ssl Cert please
All the best from Alan
Could someone tell me where the file name and path that controls the path to the Control Panel Ssl Cert please
All the best from Alan
11
SSL / Re: Incorrect Auto install ssl Cert on a shared ip
« on: December 13, 2018, 02:44:39 PM »New Info,
The reason it is not working, is that there is only one entry for that domain in vhosts-ssl.conf
Now I have hit the rate limit which this company controls https://letsencrypt.org/docs/rate-limits/
Pity there is not this info in the autossl section....
All the best fom Alan
vhosts-ssl.conf requires two entries per domain, before autossl will work in CWP, now the ban has been lifted on letsencrypt, autossl worked fine... I am now working...
12
SSL / Re: Incorrect Auto install ssl Cert on a shared ip
« on: December 08, 2018, 01:25:53 PM »
New Info,
The reason it is not working, is that there is only one entry for that domain in vhosts-ssl.conf
Now I have hit the rate limit which this company controls https://letsencrypt.org/docs/rate-limits/
Pity there is not this info in the autossl section....
All the best fom Alan
The reason it is not working, is that there is only one entry for that domain in vhosts-ssl.conf
Now I have hit the rate limit which this company controls https://letsencrypt.org/docs/rate-limits/
Pity there is not this info in the autossl section....
All the best fom Alan
13
SSL / Re: Incorrect Auto install ssl Cert on a shared ip
« on: December 07, 2018, 07:36:11 PM »
Hi GTMAN
Thank you, I ran the command and got this
[root@typhoon ~]# sh /usr/local/cwpsrv/htdocs/resources/scripts/update_cwp
====================================================
============= CentOS Web Panel Cron ================
====================================================
###########################
Firewall Flush Daily Blocks
###########################
######################
Update Server Packages
######################
[07-Dec-2018 19:34:40] NOTICE: configuration file /usr/local/cwp/php71/etc/php-fpm.conf test is successful
[07-Dec-2018 19:34:41] NOTICE: configuration file /usr/local/cwp/php71/etc/php-fpm.conf test is successful
But the version number did not update....
All the best from Alan
Thank you, I ran the command and got this
[root@typhoon ~]# sh /usr/local/cwpsrv/htdocs/resources/scripts/update_cwp
====================================================
============= CentOS Web Panel Cron ================
====================================================
###########################
Firewall Flush Daily Blocks
###########################
######################
Update Server Packages
######################
[07-Dec-2018 19:34:40] NOTICE: configuration file /usr/local/cwp/php71/etc/php-fpm.conf test is successful
[07-Dec-2018 19:34:41] NOTICE: configuration file /usr/local/cwp/php71/etc/php-fpm.conf test is successful
But the version number did not update....
All the best from Alan
14
SSL / Re: Incorrect Auto install ssl Cert on a shared ip
« on: December 07, 2018, 03:39:02 PM »
Sorry to ask dum question, how do you do an update on cwp please
All the best from Alan
All the best from Alan
15
SSL / Re: Incorrect Auto install ssl Cert on a shared ip
« on: December 07, 2018, 11:01:56 AM »
Just to add more info I think tis is a bug of CWP or me creating the account wrong
Apache/SSL/Info
Information about your Certificate
SUBJECT: domain.net
ALIASES: domain.net
VALID FROM: 06 Dec 2018 18:22:19 UTC
VALID UNTIL: 06 Mar 2019 18:22:19 UTC
SIGNATURE: sha256WithRSAEncryption
PUBLIC KEY: 2048bits
ISSUER: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3;
Notce Aliases is domain.net NOT www.domain.net as it should be.
All the best from Alan
Apache/SSL/Info
Information about your Certificate
SUBJECT: domain.net
ALIASES: domain.net
VALID FROM: 06 Dec 2018 18:22:19 UTC
VALID UNTIL: 06 Mar 2019 18:22:19 UTC
SIGNATURE: sha256WithRSAEncryption
PUBLIC KEY: 2048bits
ISSUER: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3;
Notce Aliases is domain.net NOT www.domain.net as it should be.
All the best from Alan
Pages: [1] 2