Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Frank Goossens

    (@futtta)

    ok, some questions to begin with;
    1. did you change “wordpress address” and/ or “site address” in wp-admin/options-general.php to https as well?
    2. what value did you put in autoptimize settings screen for “cdn base URL”?

    frank

    Thread Starter baga

    (@baga)

    Hi Frank and thanks for getting back so quickly!

    1. yes both fields

    2. https://cdn.visitfassa.com/

    Plugin Author Frank Goossens

    (@futtta)

    looks like a caching-issue, as when going to https://www.visitfassa.com/thispagedoesnotexist I get a page which refers to https://cdn.visitfassa.com/wp-content/cache/autoptimize/css/autoptimize_ff745bc9c213b3410ca57598c0ed8514.css and that one has https-url’s?

    frank

    Thread Starter baga

    (@baga)

    Yes some pages work properly, some aren’t.
    Any idea on how can I solve this issue?

    Plugin Author Frank Goossens

    (@futtta)

    What could be happening (and that is the only explanation I can come up that makes sense really) is that your page cache (plugin or reverse proxy) holds pages that refer to old autoptimized CSS. Even if you clear AO’s cache, the old files would still be on your CDN and you would in that case still see the CSS with HTTP-links.

    A solution in that case:
    * manually remove all files in wp-content/cache/autoptimize/
    * purge your CDN-cache
    * purge your page cache

    frank

    Thread Starter baga

    (@baga)

    Thanks for your help.
    Here’s what I did:

    1. deactivated Autoptimizer
    2. deactivated WP Rocket
    3. manually removed all files in wp-content/cache/autoptimize/
    4. manually removed all files in wp-content/cache/wp-rocket/
    5. purged KeyCDN cache
    6. reactivated Autoptimizer
    7. reactivated WP Rocket
    8. purged WP Rocket cache

    It looks everything’s working properly now,
    thank you very much!

    Plugin Author Frank Goossens

    (@futtta)

    It looks everything’s working properly now,

    great! caching can be a pain 😉

    thank you very much!

    you’re welcome, have a nice weekend!

    frank

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘http to https issue’ is closed to new replies.