Hello all, My problem is a bit strange, please bear with me.
We have purchased a license for 5.0 and the given url is something like: http://www.foo.com (where foo.com is our internal site). This URL is also the URL in the milonic_src.js file.
We also have certain applications that need to be served securely, like https://www.foo.com
Both of these intranet servers sit on the same Sun Box.
The issue I am having is that Internet Explorer gives the "This page contains both secure and nonsecure items" message when I access the https://www.foo.com (secure) applications.
I went line by line in my HMTL making sure all the links were relative. I believe it is because "http://www.foo.com" is hardcoded in the milonic_src.js file. Do I need another license or is there a way to "flip the switch" and make it recognize which server the request is coming from?
Thanks for your time,
Mike
http:// and https:// Question
Mike, you shouldn't need another license. What you have is good for one domain, secure or not.
I had the same problem here and found that I was still calling some graphics from the non-secure site. After moving them into the https /images/ directory all was well. No more error message. Basically, make absolutely sure you're not calling anything from outside the box.
I had the same problem here and found that I was still calling some graphics from the non-secure site. After moving them into the https /images/ directory all was well. No more error message. Basically, make absolutely sure you're not calling anything from outside the box.
John