lemondropcreative Posted June 16, 2021 Share Posted June 16, 2021 Hello Can anyone offer any advice on the following? We have a site we host here: https://www.reallawsolicitors.com We have a ssl certificate but get the message some parts of the site are not secure. I checked with the Why no padlock page and got the following warning: Mixed Content - Errors Soft Failure A file with an insecure url of "http://www.reallawsolicitors.com/site/templates/mp3/january2013.mp3" was loaded on line: 1 of https://www.reallawsolicitors.com/. Errors that are reported on line 1 are generally not part of the source code. This error may be caused by an external javascript file which is writing to the page, however we are unable to reliably detect these scripts in our automated test. Can anyone advise how we can make the MP3 url secure? Any advice appreciated. David Link to comment Share on other sites More sharing options...
netcarver Posted June 16, 2021 Share Posted June 16, 2021 Can you post the part of your template file that's generating the download link/link in player etc? Link to comment Share on other sites More sharing options...
lemondropcreative Posted June 16, 2021 Author Share Posted June 16, 2021 Hello netcarver Thanks very much for your reply. Sorry, we have just found it in the scripts folder here and changed it to HTTPS $("#jquery_jplayer_1").jPlayer({ ready: function () { $(this).jPlayer("setMedia", { mp3: "https://www.reallawsolicitors.com/site/templates/mp3/january2013.mp3" })/*.jPlayer("play");*/ }/*, It all seems to work now. Thanks for taking the time to reply and offer of help. David 1 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