I access only front page of my Wordpress after installing SSL

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is:https://pdede.sch.gr/

Hi
After successfully installed Let's Encrypt, (Another DNS problem), the front page of my site works as https:// but all the other pages\articles are not accessible. I installed the Wordpress plug in Really Simple SSL, but I face the same problem.
Any ideas?
Thanks for your time

for example, the address https://pdede.sch.gr/to1821/
cannot be accessed, even with http:/

I am able to see your site with http (port 80) but I cannot connect using https (port 443). You did not describe your setup but check your router, firewall or other config to make sure 443 is open.

curl -I http://pdede.sch.gr
HTTP/1.1 200 OK
Date: Wed, 10 Nov 2021 15:33:03 GMT
Server: Apache/2.4.29 (Ubuntu)
Last-Modified: Thu, 02 Jul 2020 06:57:42 GMT
ETag: "195-5a96fecc3f4fd"
Accept-Ranges: bytes
Content-Length: 405

curl -I http://pdede.sch.gr/to1821
HTTP/1.1 404 Not Found
Date: Wed, 10 Nov 2021 15:33:09 GMT
Server: Apache/2.4.29 (Ubuntu)
Content-Type: text/html; charset=iso-8859-1

curl -I https://pdede.sch.gr
curl: (7) Failed to connect to pdede.sch.gr port 443: Connection refused

The above curl for your to1821 example did not find that page but it was able to see your Apache server. That is a different problem than https failing.

1 Like

It was up earlier with Apache serving a 404 file not found for any path not being / for HTTTPS too.

1 Like

Be sure WP knows the site is now HTTPS enabled.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.