Need to change jquery reference from http to https
Last Post 03/03/2017 7:14 PM by Andy Stephenson DNN Creative. 2 Replies.
Author Messages
avillanueva
Nuker
Nuker
Posts:17


--
02/27/2017 12:14 PM  
Hi, we recently updated an old DNN site to https.

In Chrome, there is an error:

This page is trying to load scripts from unauthenticated sources

It looks like the reference to jquery is the culprit in default.aspx.

http://ajax.googleapis.com/ajax/lib...ery.min.js

I need to change the above reference to https (or the jquery in the js folder off the root).

Where do I change this? I have looked in default.aspx and can't find the line referencing jquery.

avillanueva
Nuker
Nuker
Posts:17


--
02/27/2017 2:28 PM  
Well, I figured out a solution. I loaded jquery in default.aspx. It's working fine now.

Thanks!
Andy Stephenson DNN Creative
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:169


--
03/03/2017 7:14 PM  
very good!


---