A
A
Andrey Alipov2020-05-27 21:57:34
Digital certificates
Andrey Alipov, 2020-05-27 21:57:34

Why doesn't one page go to https?

All pages except the main one (I visited to change the main one, everything works there) cannot switch to a secure connection. Already tried all the methods described here, nothing helped.

site https://allstudio.by/

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
Orkhan Hasanli, 2020-05-27
@azerphoenix

You open the source code of your site page and see what is given over http instead of https
and we see that there are 5 links from http on the main page, namely the svg icon
5eceb99341cf6826182761.png
at the bottom right in the footer there is an svg icon (the play button). SVGs are inserted into the page, but at the same time we
xmlns="http://www.w3.org/2000/svg"
replace them with
xmlns="https://www.w3.org/2000/svg"
done

S
Sergey, 2020-05-28
@webfellix

Your picture in a hat with a gladiator is loaded using the http protocol ( allstudio.by/wp-content/uploads/2018/11/34057.jpg ). It is written in css, perhaps the url was not replaced in the constructor.
If the picture is registered through the constructor, you can try to run the site through the better search replace plugin, search for http:// in it and replace it with https://
5ecef4f57cdb0166175324.jpeg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question