• Resolved solidshek

    (@solidshek)


    Looks like in the file /wp-content/plugins/dreamspeed-cdn/media/classes/dreamspeed.php

    on line 388 and line 614,
    if ( $scheme == 'https' && $this->get_setting( 'fullspeed' ) !== 1 ) {
    causing the module to use the file in the bucket instead of the CDN version of files even with “Serve accelerated files” is checked

    Just wonder shouldn’t it be the following instead?
    if ( $scheme == 'https' && $this->get_setting( 'fullspeed' ) != 1 ) {

    • This topic was modified 7 years, 10 months ago by solidshek.
Viewing 1 replies (of 1 total)
  • Plugin Author Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    If you’re using HTTPS then it defaults to the bucket and not the CDN because I’ve (not yet) sorted out how to validate that you have an SSL cert for the CDN, which would cause an HTTPS error on the site ??

Viewing 1 replies (of 1 total)
  • The topic ‘Files not serving from CDN’ is closed to new replies.