Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by richard white on Mar 30, 2009 10:34
open dhtmlx forum
url in layout and ssl

hi

on the login page of our software we want to display our clients homepage in a layout cell

we have managed to do this fine and it looks good. when the user logs into the software we unload the url from the layout.

however, our software sits on an encrypted URL, and we have noticed that when we add the clients site in the layout using attachURL is displays a message saying "unauthorised content"

this shows even after we have logged in and the url has been unloaded from the layout. we understand why this occurs but our client is mistaking this message to mean the ssl is not working correctly

is there a way we can ensure this error does not appear?

also, will this cause any errors in the ssl, or could it leave it open to any problems?

thanks

richard
Answer posted by Alex (support) on Mar 31, 2009 02:31

Hello, 

this is the standard browser's behavior - if you load http content into https page, the "secure" message is shown. 

There are no ways to avoid it. All pages must be either http or https.

Answer posted on Apr 03, 2009 06:52
ok thanks