This is a migrated thread and some comments may be shown as answers.

https sharepoint radeditor dialogs

2 Answers 86 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 01 Nov 2012, 10:55 PM

I have an impelentation of the sharepoint radeditor in my shrepoint site.
This site has SSL implementation and redirects the page into https:// 

When firing dioalogs the error i get is : 

'~/Telerik.Web.UI.WebResource.axd' is missing in web.config. RadScriptManager requires a HttpHandler registration in web.config. Please, use the control Smart Tag to add the handler automatically, or see the help for more information: Controls > RadScriptManager


but once i open de javascript debugger I get errors like this: 

  1. Unsafe JavaScript attempt to access frame with URL http://mysite/_wpresources/RadEditorSharePoint/6.1.6.0__1f131a624888eeed/Resources/Telerik.Web.UI.DialogHandler.aspx?DialogName=LinkManager&Skin=Default&Title=Hyperlink%20Manager&doid=25b5064f-a6b8-46af-9a6b-1129da699eea&dpptn=&dp=amEBLBhZTVkWbwEobRFnWGwRanMfbHsqZnAXByR%2FZUpZdBBeUQZIAx1hOk8ZYk9JdHBmPSVjYAIWbwUpbitNX2QRCVkcY2ctaRQXZicKX0VbSj51bBJIPh5lNU8Pd2pKXGFhcxdzY0YeYHoxVj8AdlcRfkMkBlEDaRQfQiRVXwBZZH9HeS5iNB1hOkMZAGoGW3FiCxhjBFkIfWopVQ57X3oCeUMQX1ERUHI1axVWcVhdZxBrYilUDiBgGGMiAm5gbgd%2BMxtxVgAhbUgzYih3aWB1UAIRXncJVy4PRxNWX1l1XS4EYQJEcCdxCEEndA1pbkxiKxZef2IhbnoJVQFdWmQ8VEUScXsFZRU1aiN%2FS1paZD5LYQJILyZwLkUNZ2JnbQVQKhdZBGIhb304VQ5vWlcsegUSYWcAVgY9QxVgZX9dWBAHYQJACgljOnESWmpYbgVTMxtyXX4mfnIZeRFNWGEAcgURYlF1UHMpdRdSdWpaay5FYhFydCZxFGIWX2JbdVpudRRyZ3MhbQEZYCtdUmABdQASYmccfhUpRhRgQ1FqdQMLenVIMh0EBEYiaUhbXHFYMiNYd10gf1cyZStzQFV0bUMLd0JxYRstAhxgeUVhZD53VBJ2NyYEJk8Wdn4DWXVMAxhjTU8ea0c2ewJBfm8RDV4iY3MoaRA9dR9vS0piYDFFeQNAHAp%2BEGIVWggK from frame with URL https://mysite/admin/Pages/SpecialOffersForm.aspx?ID=034a2b0e-1487-452e-95a7-28a8ba9d4247. The frame requesting access has a protocol of 'https', the frame being accessed has a protocol of 'http'. Protocols must match. ScriptResource.axd:125
    1. a.RadDialogOpener._applyParametersScriptResource.axd:125
    2. a.RadDialogOpener.openScriptResource.axd:87
    3. a.RadEditor.showDialogScriptResource.axd:6301
    4. Telerik.Web.UI.Editor.CommandList.DocumentManager.SetLinkProperties.LinkManagerScriptResource.axd:3842
    5. a.RadEditor.fireScriptResource.axd:6789
    6. a.RadEditor._onToolClickScriptResource.axd:6219
    7. (anonymous function)ScriptResource.axd:47
    8. (anonymous function)ScriptResource.axd:2399
    9. Telerik.Web.UI.Editor.DefaultToolAdapter._raiseEditorEventScriptResource.axd:3147
    10. Telerik.Web.UI.Editor.DefaultToolAdapter._onToolBarClickScriptResource.axd:3142
    11. (anonymous function)ScriptResource.axd:47
    12. (anonymous function)ScriptResource.axd:47
    13. Sys$UI$DomEvent$addHandler.browserHandlerScriptResource.axd:2948
The page at https://mysite/admin/Pages/SpecialOffersForm.aspx?ID=034a2b0e-1487-452e-95a7-28a8ba9d4247 displayed insecure content from http://mysite/_wpresources/RadEditorSharePoint/6.1.6.0__1f131a624888eeed/Resources/Telerik.Web.UI.DialogHandler.aspx?checkHandler=true.


Any help??

2 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 06 Nov 2012, 09:22 AM
Hi Daniel,

In order to help you further I will need some additional information. Provide me with the web.config file of your SharePoint site and the configuration files of RadEditor for SharePoint, which are located in the /Program Files/Common Files/Microsoft Shared/web server extensions/wpresources/RadEditorSharePoint/6.x.x.0__1f131a624888eeed/Resources/ folder.

In general editor's dialogs should work with https without problems.



Kind regards,
Stanimir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Daniel
Top achievements
Rank 1
answered on 07 Nov 2012, 11:46 PM
You are right. it works fine now.  There is something we are doing with SSL that blocks/rewrites some requests. 

I had to manually update the resources url in order to work. 

Thanks anyway. :D
Tags
Editor
Asked by
Daniel
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Daniel
Top achievements
Rank 1
Share this question
or