Posts: 2
Threads: 1
Joined: Oct 2015
I have enabled TLS on my site. Although I've updated Settings>System, reCaptcha is still served insecurely from Google and so blocked by most browsers. What have I missed?
Posts: 2,894
Threads: 59
Joined: Jun 2010
Can you provide the URL of the page so I can determine what parts are being served insecurely?
Have
you completed
the interview?
Posts: 2
Threads: 1
Joined: Oct 2015
The site is
https://ingram-braun.net
The site performs well in Google's mobile friendly test. Secure image lowers the score, therefore shifting is not a preferred option.
The insecure URL is
http://www.google.com/recaptcha/api/challenge?k=$key. I have observerd a referring TLS URL in the source code but I didn't manage to enable it.
Posts: 2,894
Threads: 59
Joined: Jun 2010
Okay, can you try changing the "http" to "https" in the line below:
PHP Code:
<?php
define("RECAPTCHA_API_SERVER", "http://www.google.com/recaptcha/api");
/upload/includes/external/recaptcha/recaptchalib.php
Have
you completed
the interview?