• Resolved glorain

    (@glorain)


    Hello.

    My website is under https and I noticed that your plugin is injecting http request to load wp-admin/admin-ajax.php in your .JS files.

    Here is the alert message :

    Mixed Content: Your page was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint ‘http://www.XXXXXXXXXXXX.fr/wp-admin/admin-ajax.php’. This request has been blocked; the content must be served over HTTPS.

    Is there a way to change the way the file is loaded to be in HTTPS ?

    Thx

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

    (@coolmann)

    Hi,

    Slimstat tries to detect if the server is setup to be served over HTTPS, however some other plugins or techniques do not allow Slimstat to detect the protocol correctly. We use a WordPress function to calculate the protocol for calling admin-ajax:

    admin_url( 'admin-ajax.php' )

    Please make sure your settings propagate through the WordPress processing engine correctly. Also, see

    https://codex.wordpress.org/Function_Reference/is_ssl

    Best,
    Jason

    • This reply was modified 9 years, 5 months ago by Jason Crouse.
Viewing 1 replies (of 1 total)

The topic ‘Problem with HTTPS’ is closed to new replies.