Title: HTTPS support for SSL / SPDY?
Last modified: August 21, 2016

---

# HTTPS support for SSL / SPDY?

 *  [Einkoro](https://wordpress.org/support/users/einkoro/)
 * (@einkoro)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/https-support-for-ssl-spdy/)
 * Searching around and reading the FAQ I didn’t see any mention of HTTPS support.
   Would it be possible to add the scheme either as a directory or prefix before
   hostname on the cache files generated by WPSC?
 * Either /wp-content/cache/supercache/(http|https):example.org/ or /wp-content/
   cache/supercache/(http|https)/example.org/ ?
 * Then the files could be served directly from nginx like so:
    try_files “/wp-content/
   cache/supercache/${scheme}:${host}${request_uri}index.html” =418; or try_files“/
   wp-content/cache/supercache/${scheme}/${host}${request_uri}index.html” =418;
 * Currently I work around the issue by bypassing the cache when the scheme is https
   but on sites with no user login it would be nice to be able to serve up a cached
   version.
 * [https://wordpress.org/plugins/wp-super-cache/](https://wordpress.org/plugins/wp-super-cache/)

The topic ‘HTTPS support for SSL / SPDY?’ is closed to new replies.

 * ![](https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=3506220)
 * [WP Super Cache](https://wordpress.org/plugins/wp-super-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-super-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-super-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-super-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-super-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-super-cache/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Einkoro](https://wordpress.org/support/users/einkoro/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/https-support-for-ssl-spdy/)
 * Status: not resolved