Hi,
I saw this mentioned in another forum but wanted to include it in the bugs forum. I was getting warned that my admin page was calling an insecure site from the browser. If you look in admin/include/ckeditor.php you see the following:

Code:
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
By changing http to https the warning goes away.