User-1242214802 posted
Hi All: I have a child web page with some Ajax toolkit items that works fine over HTTP, but if I request the page over HTTPS the controls don't run, and I see errors like:
Mixed Content: The page at '[link removed]' was loaded over HTTPS, but requested an insecure script '[link removed]/ScriptResource.axd?d=VuXb93bWLgYY3nuh5X…xWzda9WNoHhwFx-FmEsF8ZVDwwNdwxwqUe20_beJwv3LV7bmUeF6F9XZ5qg-1g0&t=23c9c237'.
This request has been blocked; the content must be served over HTTPS.
At the beginning of my content section of the child page I have:
<ajaxToolkit:ToolkitScriptManager runat="server" ID="sm1" EnablePageMethods="true"></ajaxToolkit:ToolkitScriptManager>
How can I "force" the scripts to be called over HTTPS?