Author Topic: DNS of your domain doesn't point to this server or you have htaccess restriction  (Read 3823 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
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

Offline
*
In my case it might due to my server is blocking 443 port by my ISP provider.

Offline
*
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.

Offline
****
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.

Offline
*

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.