• Resolved scruffy1

    (@scruffy1)


    Hi

    I am receiving errors since we have switched site to HTTPs for the following, however i cannot find a way to fix it

    http://gmpg.org/xfn/11 (not sure if this is part of slimstat)
    http://cdn.jsdelivr.net (the bottom for this setting in slimstat is either off or on) there does not appear to be any option for https

    any suggestions would be great

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Jason Crouse

    (@coolmann)

    Hi,

    Slimstat will use WP’s is_ssl() function to determine what protocol to use:

    $schema = is_ssl() ? 'https' : 'http';

    So, it looks like yor WordPress is not fully aware that pages are being served over a secure protocol.

    https://codex.ww.wp.xz.cn/Function_Reference/is_ssl

    Thread Starter scruffy1

    (@scruffy1)

    Jason @coolmann

    Thanks for the reply

    do you know if there is a way to make wordpress fully SSL aware?

    thanks Tracey

    Thread Starter scruffy1

    (@scruffy1)

    Fixed it, it appears the cdn.jsdelivr.net has a pretty strong cache, takes a few days for it to refresh.

    thanks Tracey

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘HTTPS for the www.jsdelivr.com’ is closed to new replies.