Get the HTTPS Security Warning pop up

Hi
I am using the dhtmlxTree.
Problem–>
Server is SSL enabled(i.e protocol is https).
When I am clicking in parent(+ icon) to view the children I am getting (security alert) pop up. see the below attached screen shot.

Requirement

I do not want to show security alert pop up. So please give some ideas how to do that?

Hi,

Make sure that you have not defined paths with “http”. If everything is done correctly, try to call the following method before tree data are loaded:

tree.enableIEImageFix(false);

when I am clicking or double clicking, Still I am getting same alert as specified before.
Its urgent please help.

how to get the auto loading url.

when I am clicking or double clicking, Still I am getting same alert as specified before.

Try to disable tree lines:

tree.enableTreeLines(false);

how to get the auto loading url.

Please explain the issue in detail.