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