Suppressing the Mixed Content Warning in IE8.0

Hi,

When I browse my calendar POC in IE8.0, I am getting mixed secure content message every time. I assume that this is because of improper file paths(Js or images using by Calendar). I am analysing my calendar page by following msdn link.

msdn.microsoft.com/en-us/library … 15(v=VS.85.aspx#web_devs

I would like to know do you have any qucik solution for this. it would be great of help if you share your thoughts/views.

Thanks in advance for your support.

Regards,
Kamal

Hi,

Adding to it, I found few of the urls in calendar using http as shown below:

scheduler.toPDF(‘http://dhtmlxscheduler.appspot.com/export/pdf’);
maps.google.com/maps/api/js?sensor=false

Regards,
Kamal

Hello Kamal,
by default scheduler renders external links in http protocol
In case scheduler.toPDF you may define your own url
Model.ToPDF(“https://dhtmlxscheduler.appspot.com/export/pdf”)

But i’m afraid you can’t override ulr to the map view sources. We’ll add parameter which will allow to switch between http/https? scheduler scheduler will be updated really soon

Hi Aliaksandr,

Thanks for your reply.

On further analysis, I have noticed that loading of styles sheet and images also using http not https. So I will continue my analysis and send you more updates on this. I am very much happy for your cooperation and support to achieve best results

Regards,
Kamal

Hi,

As you know, the above message is coming every time when user is accessing the scheduler page and is annoying. Could you please let me know any alternative to avoid this issue.

Appreciate, if you send updates on this at the earliest

Regards,
Kamal

Hello Kamal,
links to map view extension had been fixed in recent version(if you need it, you may submit ticket to the support, or send me pm)
Are there any other links that use http instead of https?

Hi,

Thanks for your reply.

Sure, I will do the same.

Regards,
Kamal