• Just noticed a small issue. The notification links on the dashboard sometimes are missing the https in the link for a site that is secured. I have reproduced this on three sites while a bunch of others seem fine. On one site with two notifications, one is an https link and the other is missing the https. The links missing https have been to either /wp-admin/admin.php?page=WordfenceScan or /wp-admin/update-core.php All the other links on the dashboard seem fine.

    Not a big deal but thought I would mention it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @jamas,

    I think this might be caused by some database settings:

    Can I have you run these on your database and let me know what it returns?

    1. SELECT option_value FROM wp_options WHERE option_name = "siteurl";

    2. SELECT name, val FROM wp_wfconfig WHERE name = "wp_home_url" or name = "wp_site_url";

    Dave

    Thread Starter Jamas

    (@jamas)

    Hey @wfdave

    All three values returned look good. The 1st query shows the URL with https. The 2nd query returns two values as BLOB 16B in phpMyAdmin. Decoding them they show https as well.

    James

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Dashboard Notification Links Not Https’ is closed to new replies.