Despite using HTTPS to refrence the API v2.5 compact
<script type="text/javascript" src="https://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.5compact"></script>
var basemaps = new esri.dijit.BasemapGallery({
showArcGISBasemaps:true,
map:map
});
Makes a few http calls out to the ArcGIS Gallery. This prompts the unsecure dialog in IE and causes an issue with our users. Any suggestions on how to use the Basemap Gallery and the ArcGIS Gallery maps and have it all be secure?