
Craig Kennedy
Top achievements
Rank 1
Craig Kennedy
asked on 05 Aug 2011, 01:56 PM
Hi, I'm using the Telerik default CDN, but when I run my site with HTTPS, the javascripts and skins files are being loaded with HTTP. Any help would be greatly appreciated.
3 Answers, 1 is accepted
0
Hello Craig Kennedy,
This is not the expected behavior indeed.
http://www.telerik.com/help/aspnet-ajax/radscriptmanager-cdn-support.html
Can you send us a live url of the issue?
All the best,
Peter
the Telerik team
This is not the expected behavior indeed.
When a SSL connection is used RadScriptManager and RadStyleSheetManager will use the native Amazon CloudFront distribution hosts:• https://d2i2wahzwrm1n5.cloudfront.net - for the scripts• https://d35islomi5rx1v.cloudfront.net - for the skins (css and images)
Here is the help topic for reference -http://www.telerik.com/help/aspnet-ajax/radscriptmanager-cdn-support.html
Can you send us a live url of the issue?
All the best,
Peter
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Craig Kennedy
Top achievements
Rank 1
answered on 11 Aug 2011, 02:08 PM
Hi Peter,
Here is a live link of the issue: https://test.samtec.com.
This is how the ScriptManager/StyleSheetManager are configured:
Here is a live link of the issue: https://test.samtec.com.
This is how the ScriptManager/StyleSheetManager are configured:
<
telerik:RadStyleSheetManager
runat
=
"server"
ID
=
"RadStyleSheetManager1"
>
<
CdnSettings
TelerikCdn
=
"Enabled"
/>
</
telerik:RadStyleSheetManager
>
<
telerik:RadScriptManager
runat
=
"server"
ID
=
"RadScriptManager1"
EnableCdn
=
"true"
EnableScriptCombine
=
"false"
>
<
CdnSettings
TelerikCdn
=
"Enabled"
/>
</
telerik:RadScriptManager
>
In the web.config:
<
appSettings
>
<
add
key
=
"Telerik.ScriptManager.TelerikCdn"
value
=
"Enabled"
/>
<
add
key
=
"Telerik.StyleSheetManager.TelerikCdn"
value
=
"Enabled"
/>
</
appSettings
>
Thank you!
0
Hello Craig Kennedy,
You have to configure the Secure URL for the CDN resources if you are using a Telerik.Web.UI version prior than 2010 Q2. For all versions afterwards the same configuration is handled internally by RadScriptManager/RadStyleSheetManager.
I can see on the web page that you are using 2010 Q1. If this is correct, please configure the Secure URL as described in this blog post.
Regards,
Simon
the Telerik team
You have to configure the Secure URL for the CDN resources if you are using a Telerik.Web.UI version prior than 2010 Q2. For all versions afterwards the same configuration is handled internally by RadScriptManager/RadStyleSheetManager.
I can see on the web page that you are using 2010 Q1. If this is correct, please configure the Secure URL as described in this blog post.
Regards,
Simon
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.