[Solved] Insecure call on WordPress Site


I visited your site. You are loading mixed content, as can be seen through the following Chrome console warning:

Mixed Content: The page at ‘https://rideyellow.com/‘ was loaded over
HTTPS, but requested an insecure video
http://rideyellow.com/wp-content/uploads/2017/01/RideYellow_1.mp4‘.
This content should also be served over HTTPS.

Also, you do have a form element in line 247, but you seem to be calling its action over HTTPS, so it should be fine. If you still get issues over this, leave out the action attribute altogether, as you’re just referencing the same page.

2

solved Insecure

call on WordPress Site