is_maximum wrote:
Hi experts,
I have a web application configured to be secured by ssl, the problem is at
some pages the browser displays a dialog box as a warning that says, this
page contains both secure and non-secure items do you want to display
non-secure items? and the user has two options
Hi !
To avoid having that message (which can make your users insecure),
all the resources you use in your page must be served by the securized
server. This includes css, javascript, images , etc.
Go through your code and you might find some resources which uses full
unsecure http:// urls.
I don