Why isn’t HTTPS working on my WordPress?

Last updated December 6th, 2023 06:19

You have WordPress installed, SSL certificate is active on your web hosting, yet you still ask yourself the basic question – “Why isn’t HTTPS working on my WordPress?” The green padlock does not appear in the browser, instead, a padlock with a warning is displayed. The reason can sometimes be very simple. It’s called mixed content on the website.

Why isn’t HTTPS working on my WordPress?

To make HTTPS fully functional under all circumstances, the source code of the website must also be prepared for it. Simply put, all internal and external links used in the code must go through the https protocol. Let me give you an example.

The website will contain text, and a link to a contact form will be inserted into any part of it. This link is represented in the source code by a URL address that defines the page or place where the form is stored. If this URL contains https, everything is fine. However, if it does not, you get into a situation where you have mixed content on the website. That is, part of the source code is in https and part in http.

Correct

<a href=”https://blog.jirivanek.eu/cs/contact-form/”>Contact form</a>”

Wrong

<a href=”http(s)://blog.jirivanek.eu/cs/kontaktni-formular/”>Kontaktní formulář</a>

How to fix mixed content in WordPress?

There are two options to fix this problem. One is easy, the other one is a bit harder. Let’s start with the easy one, as most WordPress users will end up using it. Yes, you guessed it right, it can be fixed with a plugin. The plugin is called Really Simple SSL and can be downloaded here. You install it in the usual way, through the plugin administration, where you find it, perform the installation and then the activation. The problem is solved.

The plugin does a very simple thing. It takes the output of the source code and, before sending it to the browser for display, it modifies all the links, replacing http with https. Therefore, there is no mixed content problem, and https is fully functional.

I recommend the second option to people who don’t want to use plugins for everything.

However, it is harder. How to do it?

  • Log in to the MySQL database administration
  • Create a backup here, i.e., export the database data to an SQL file
  • Then open the SQL file in a better text editor, such as PSPad
  • Use the “replace” function
  • Replace http with https and apply the action to the entire document
  • Import the modified SQL file into the previously emptied database

In the second case, you just make an export of your MySQL database data. In this export, you then manually replace all http parts with https. You delete the database content and replace it with the modified SQL file. This way, you effectively modify the source code of the website or the content of articles, pages, etc., where there will be no mixed content anymore.

The whole process is described step by step here, for the migration of WordPress from a subdomain to a domain. You will just replace a different part of the content, i.e., not the domain and subdomain but http with https.

Proč mi nefunguje HTTPS na WordPressu?

Why isn’t HTTPS working on my WordPress? Conclusion

In both of the above cases, the problematic part of the code will be modified. Usually, this is in the content of pages or posts. Thanks to the modified output, the entire source code will contain correctly defined links, and the issue with the green padlock in the browser will be resolved.

More content about WordPress

Whole category is here

The website is created with care for the included information. I strive to provide high-quality and useful content that helps or inspires others. If you are satisfied with my work and would like to support me, you can do so through simple options.

Byl pro Vás tento článek užitečný?

Klikni na počet hvězd pro hlasování.

Průměrné hodnocení. 0 / 5. Počet hlasování: 0

Zatím nehodnoceno! Buďte první

Jak užitečný vidíte tento článek.

Sledujte mě na sociálních médiích.

Je mi líto, že pro Vás nebyl článek užitečný.

Jak mohu vylepšit článek?

Řekněte mi, jak jej mohu zlepšit.

newsletter

Subscribe to the Newsletter

Stay informed! Join our newsletter subscription and be the first to receive the latest information directly to your email inbox. Follow updates, exclusive events, and inspiring content, all delivered straight to your email.

Odebírat
Upozornit na
guest
0 Komentáře/ů
Vložené zpětné vazby.
Zobrazit všechny komentáře.

Pokud mi chcete napsat rychlou zprávu, využije, prosím, níže uvedený
kontaktní formulář. Děkuji.

Další Kontaktní údaje