Hi.
My website runs entirely over https. In EB5, I've turned on Komento as my comment system. In Komento, I've set up the keys for Google ReCaptcha, and told it to use SSL for guests. If you look at a EB5 post, you'll notice there is no ReCaptcha, and the page is saying there is mixed content. Inspecting the page, multiple errors are occurring:
Mixed Content: The page at 'https://it-advice.guru/how-to/blogs/it-advice-guru-blogs/will-windows-10-cause-support-issues' was loaded over HTTPS, but requested an insecure image 'http://www.google.com/recaptcha/api.js'. This content should also be served over HTTPS.
Whether or not it's related, there is also the error "Uncaught SyntaxError: missing ) after argument list" which also seems to relate to a function:
Komento.ready(function($){Komento.Recaptcha=true;}});
Dave