SSL does not work in the site categories

Greetings, connoisseurs. Help me solve a question.
I have a server Centos 7+apache and it runs a website. I need to get a Lets encrypt certificate for it.
I did it through certbot and the certificate is issued without any problem. Opening the site,except for some images the main page is opening fine. But I can see just links to subfolders of the site. No style pictures, etc. can not load. I understand that the problem is in the rights, but where to look for it?
In httpd directory of the site is spelled out and is AllowOverride All Require all granted and in the directory AllowOverride all

Help with this issue, please.

As the actual help topic requests:

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:

I ran this command:

It produced this output:

My web server is (include version):

The operating system my web server runs on is (include version):

My hosting provider, if applicable, is:

I can login to a root shell on my machine (yes or no, or I don't know):

I'm using a control panel to manage my site (no, or provide the name and version of the control panel):

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):

1 Like

It could be that your links to the CSS files, images etc are either loading via http (not https) or their being loaded via https but via an invalid hostname (one that's not included in your certificate) which would immediately cause loading errors. You can test this by opening a broken image link in a new tab to see if you get an SSL error, or just check the developer tools network tab (generally a great place to troubleshoot problems loading content).

If you share your actual website we can probably tell you what's wrong, if you can't figure it out.

My domain is: clan-ocean.ru
certbot 1.11.0
Server version: Apache/2.4.6 (CentOS)

The site is wordpress. The main mirror of the site works fine, except for images.
But for example the admin or forum does not work.
https://clan-ocean.ru/
https://clan-ocean.ru/forum/

Hi @Denurade

there is a lot of mixed content. But it's impossible to use online tools - because your site throws a http status 503 - see https://check-your-website.server-daten.de/?q=clan-ocean.ru/forum/#url-checks

So first step: Why is there a 503? Fix that.

If that's done, recheck your domain to see the mixed content.

1 Like

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