• Resolved Adam Nowak

    (@adam320)


    On multisite, this error seems to persist even after dismissal. Comes up every page load. I am activating SSL per site, but the message persists.

    We don’t have a wildcard SSL, but Lets Encrypt installs SSL’s automatically for each subdomain so a non issue. How to I get rid of this message?

    Warning Message: “You run a Multisite installation with subdomains, but your site doesn’t have a wildcard certificate. This leads to issues when activating SSL networkwide since subdomains will be forced over SSL as well while they don’t have a valid certificate. Activate SSL per site or install a wildcard certificate to fix this.”

    • This topic was modified 7 years, 9 months ago by Adam Nowak.
Viewing 1 replies (of 1 total)
  • Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    Thanks for reporting this. You’re right, this should be dismissable. I’ll update the code to make it dismissable, and release it with the next update.

    For now, you can dismiss it by adding this line to your functions.php:

    update_site_option("rsssl_wildcard_message_shown", true);

    Then run the site once, and remove it again. That should get rid of the message.

Viewing 1 replies (of 1 total)

The topic ‘Persistant Error Message’ is closed to new replies.