$.getJSON SSL & IE

$.getJSON SSL & IE

Hello dear friends
Please try to resolve my issue (its happen only with IE):

location is : https://example1.com
current location protocol is : HTTPS

When I try to run code (something like this) :

$.getJSON('http://example2.com', function(sid){
...
});

in IE (6-8) I will recieve ssl warning message about unsecured receiving data

HELP PLEASE!