DEV Community

Piotr
Piotr

Posted on Originally published at thebuzzbazaar.com

Force HTTPS and fix mixed-content warnings

GOMAX makes your whole site load over HTTPS and clears the mixed-content warnings that break the padlock.

What it is

The HTTPS module redirects HTTP visitors to HTTPS, rewrites insecure http links and assets to https, and scans for the mixed-content that stops the browser padlock from showing. A secure site is trusted by visitors and rewarded by search engines.

How to turn it on

  • Make sure you have an SSL certificate (most hosts include one free).
  • Open GOMAX and HTTPS and turn on Force HTTPS.
  • Run the mixed-content scan and let GOMAX fix insecure links.

Frequently asked questions

Do I still need an SSL certificate?

Yes. GOMAX forces traffic to HTTPS and fixes mixed content, but the certificate itself comes from your host - most provide one free.

Will it break existing links?

No. It rewrites insecure http references to https and redirects safely, so links keep working and the padlock shows.

Top comments (0)