Welcome Guest Search | Active Topics | Sign In | Register

Mixed content warning displayed Options
samir
Posted: Friday, April 9, 2010 6:00:40 AM
Rank: Member
Groups: Member

Joined: 9/17/2008
Posts: 12
We are using EO Web dialog control in our application, Our license covers the entire EO Web suite.
After implementing this in our application and deploying it in the stage environment which is having https configured , its throwing mixed content warning , below is the root cause we have analysed

Its the java script which gets added while rendering the page

<script type="text/javascript">
//<![CDATA[
if (!window._eo_js && window._eo_autoInit && window.confirm("EO.Web Controls Client Side Debug Message:\r\n\r\nThe control library wasn't able to automatically initialize correctly. Please refer to http://www.essentialobjects.com/Go.aspx?id=1002 for instructions on how to intialize EO.Web controls manually.\r\n\r\nSelect OK to redirect to the above page automatically."))window.location.href="http://www.essentialobjects.com/Go.aspx?id=1002";
//]]>
</script>

Let us know if you have any resolution for this
eo_support
Posted: Friday, April 9, 2010 6:56:41 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

This is not the root of the problem. The Url is in JavaScript and the code is not executed. If you can isolate the problem into a test page and post the full page, we will be happy to take a look. Please make sure the test page contains only code needed to reproduce the problem and also runs independently.

Thanks
samir
Posted: Friday, April 9, 2010 8:31:17 AM
Rank: Member
Groups: Member

Joined: 9/17/2008
Posts: 12
We don't get security warning frequently for our HTTPS site, but sometimes we do get that warning our observation are as below

1. Security warning pop's up when page has message box call through JavaScript.
2. Basically if page is under processing (i.e. server is in progress for the request) and in between that JavaScript function which has message box at that time we get this warning.
3. If that EO Web message box is replaced with alert then we are not getting this problem.
4. We get this only for HTTPS site.
5. Trust level is full for our project and for High our site is giving configuration error.

Security Warning Popup says, "Do you want to view webpage content that was delivered securely?"
eo_support
Posted: Friday, April 9, 2010 8:35:39 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

We still need you to provide a test page/project and detailed steps in order to look further.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.