• Hi, my site is on transition to full https implementation. The journey were tough with all the problem but I managed to weed every one of them, Except this single problem keep bugging me.

    one of line in page source:
    <script type=’text/javascript’ src=’http://my-website.com/blog/wp-content/plugins/akismet/_inc/form.js?ver=3.0.3′></script>

    Akismet is not generating form.js using https.
    My browser throwing mixed content error because of this (as stated in console).

    Is there any way to fix this? (other than completely disable this plugin)

    https://wordpress.org/plugins/akismet/

Viewing 1 replies (of 1 total)
  • Plugin Author Christopher Finke

    (@cfinke)

    Do you have a link to a page where this is currently happening? Akismet uses the WordPress function plugin_dir_url() to generate that URL, which should use https if the current page is https.

Viewing 1 replies (of 1 total)
  • The topic ‘Akismet is not HTTPS aware and causing mixed content error’ is closed to new replies.