Show Posts

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.


Messages - missine

Pages: [1]
1
DNS / DNS problem on GODADDY - AWS LIGHTSAIL CENTOS7 - CWP
« on: June 20, 2020, 06:24:38 AM »
Hello forum.
I am new to centos web panel.
I wanted to use the DNS of CWP.
However, I followed the guides on youtube
https://www.youtube.com/watch?v=9BhBggfaFc0
https://www.youtube.com/watch?v=FOb4lN7e_ls
And it doesn't work for me.
One of the problem that I discovered is the resolves to IPs are gone after i do DNS Functions>Edit Nameservers IPs

https://ibb.co/W58sRzm
I have not much knowledge on NS setting.
It would be great if you guys can give me detailed instruction to fix this.

I have used the following commands to install CWP.
sudo -i
yum install wget nano hostnamectl set-hostname cwp.supitman.com
yum update -y
reboot
sudo -i
yum install wget nano hostnamectl set-hostname cwp.supitman.com
yum update -y
reboot
cd /usr/local/src
wget http://centos-webpanel.com/cwp-el7-latest
sh cwp-el7-latest
reboot

I also registered ns1.supitman.com and ns2.supitman.com in Godaddy

https://ibb.co/hsk8q8Z

And I also set using the ns1.supitman.com and ns2.supitman.com as custum ns in godaddy

https://ibb.co/tbkttZ3

Other info:

https://ibb.co/Q8pd8yJ

2
SSL / ssllabs - Chain issues incorrect order, Extra certs
« on: May 08, 2019, 06:27:48 AM »
Done a test at www.ssllabs.com/ssltest
And met the problem Chain issues incorrect order, Extra certs
for my new vhost
My solution is edit file /usr/local/apache/conf.d/vhosts/yourdomain.com.ssl.conf:
#comment the following line
#SSLCertificateChainFile /etc/pki/tls/certs/yourdomain.com.bundle
#add the following line
SSLCACertificateFile /etc/pki/tls/certs/yourdomain.com.bundle

Pages: [1]