Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    You can add the following code in your theme’s functions.php file, or in a functionality plugin, to allow Photon to cache your images served over HTTPS:

    add_filter( 'jetpack_photon_reject_https', '__return_false' );

    Thread Starter Milad Nasri

    (@miladnasri)

    It didn’t work! ??
    I tried both options you offered. I added that to theme’s function.php and that plugin. No one worked and images are still serving as http for the visitors.

    Plugin Contributor Ryan C.

    (@ryancowles)

    Could you post your site URL here, so I can have a look?

    If you want it to remain private, you can contact us using the form here:
    https://jetpack.me/contact-support/

    Please make sure to include a link to this thread in your message. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Turning the http to https for WP cdn’ is closed to new replies.