• I have wp-super-cache running and my site is accessible over HTTP but also over HTTPS.

    If an HTTPS visitor ends up generating a new page in the Cache, the cache will contain an HTML pages with https:// links (for javascript, css, medias, etc.). Now the next HTTP visitor will get back a page with https links and it will create problems if the HTTPS certificate is not trusted by that specific user.

    You should really cache results for http and https in different files.

    http://wordpress.org/extend/plugins/wp-super-cache/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Super Cache] Incorrectly mixes pages cached for https and http’ is closed to new replies.