Control Web Panel

WebPanel => SSL => Topic started by: netuser01 on January 04, 2022, 04:07:18 PM

Title: DNS of your domain doesn't point to this server or you have htaccess restriction
Post by: netuser01 on January 04, 2022, 04:07:18 PM
Hi,

Hi,
A few years ago the certificate was renewed normally, but with this last problem with the CWP web server files, I lost a renewal and now I can't install again. The subdomain is correctly pointed and I don't know what else to do. Can you help me? Thanks

dig xxxxxxxxx

; <<>> DiG 9.16.22-Debian <<>> xxxxxxxxxxxx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9678
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
xxxxxxxxxxr.   IN   A

;; ANSWER SECTION:
XXXXXXr. 300 IN   A   187.85.181.102
Title: Re: DNS of your domain doesn't point to this server or you have htaccess restriction
Post by: weasam on July 18, 2022, 02:32:52 AM
In my case it might due to my server is blocking 443 port by my ISP provider.
Title: Re: DNS of your domain doesn't point to this server or you have htaccess restriction
Post by: bytecanarias on January 28, 2023, 07:21:00 PM
Hello I have the same problem as you, but with a new domain. I will follow the thread to see if someone gives a solution or if browsing I find something.
Title: Re: DNS of your domain doesn't point to this server or you have htaccess restriction
Post by: overseer on January 29, 2023, 12:30:28 AM
Turn off the CSF/LDF firewall temporarily and see if that works.

If not, you may have a 301 redirect rule in your virtual host config file (either Apache or Nginx) that redirects traffic from http to https. Disable that rule temporarily (comment out or remove it) and restart the web server.
Title: Re: DNS of your domain doesn't point to this server or you have htaccess restriction
Post by: bytecanarias on January 30, 2023, 11:07:01 PM

Thanks @overseer for the indications, at the end in the vhost file of that domain I commented everything that made reference to the 301, I restarted Nginx and I was able to generalize the SSL.