Nice-side Posted February 15, 2018 Share Posted February 15, 2018 (edited) Bonjour, suite à la mise en place du SSL sur mon site en version 1.6.1.17 je me retrouves avec plusieurs erreures de mixed content. J' ai donc fais des recherches mais je ne parviens pas à trouver comment faire passer l'url suivante en HTTP ' S ' ? Mixed Content: The page at 'https://www.**********/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,700'. This request has been blocked; the content must be served over HTTPS. Une petite idée ? Edited February 15, 2018 by Nice-side (see edit history) Link to comment Share on other sites More sharing options...
musicmaster Posted February 15, 2018 Share Posted February 15, 2018 Mixed content means that you have some "http" calls instead of "https". That is usually for images, stylesheets and javascript files that are included in the page. Usually the solution is just changing http into https in the link. So you would get: 'https://fonts.googleapis.com/css?family=Open+Sans:400,800,300,700'. Of course it may take a bit of an effort to find where to apply the code. Link to comment Share on other sites More sharing options...
Nice-side Posted February 15, 2018 Author Share Posted February 15, 2018 Yes i try to find where i need to change it but i didn't find.... thanks for your reply Link to comment Share on other sites More sharing options...
Nice-side Posted March 11, 2018 Author Share Posted March 11, 2018 Up? Link to comment Share on other sites More sharing options...
musicmaster Posted March 11, 2018 Share Posted March 11, 2018 https://www.whynopadlock.com/ Link to comment Share on other sites More sharing options...
ramin Posted July 25, 2018 Share Posted July 25, 2018 @MusicMaster could you please explain further more? in the website you mentioned i've checked mine and it says: "A file with an insecure url of "http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,700" was loaded on line: 63 of https://www.pestebazaar.com/." I checked the line 63 in page source (by pressing ctrl+U) but unfortunately there was nothing which is related to the link which have made problem! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now