CuteEditor ASP 4.2 and SSL

Last post 03-03-2006, 10:55 AM by chriswindram. 2 replies.
Sort Posts: Previous Next
  •  03-03-2006, 9:54 AM 16661

    CuteEditor ASP 4.2 and SSL

    I am using CuteEditor 4.2 (ASP version).  I am trying to use it over an SSL connection, but it keeps breaking the security and displaying a "This page contains both secure and nonsecure items. Do you want to display the nonsecure items?"
     
    This appears to come about through something in WinIE.js, but nothing as simple as a replace http:// with https://.
     
    Has anyone solved this, as it is critical I get the editor running wholly securely, with the "padlock" remaining intact?
     
    Any help gratefully received.
  •  03-03-2006, 10:18 AM 16668 in reply to 16661

    Re: CuteEditor ASP 4.2 and SSL

    This simply means that you have links within that page that are outside the secure context you are using and are <"http://..."> and not <"https://...>".  This is not necessarily critical.  "Find" all references in that page for the unsecured links and change to <"https:.//...> where appropriate.
  •  03-03-2006, 10:55 AM 16677 in reply to 16668

    Re: CuteEditor ASP 4.2 and SSL

    Hi,
     
    Thanks for the reply.
     
    This is the bit that has got me slightly confused.  There aren't any http:// links that I can see or find during a search.  It's during the pulling in of the content it's going wrong, but the content is simply the word "test".
     
    I've used the .net version in the past and have had no problems, but the asp version is obviously quite different.
     
    Any other thoughts on where it might be, as it's not in the content, and I can't find any further http:// tags?
     
    Thanks,
     
    Chris
     
View as RSS news feed in XML