I have a js api mapping application that uses ESRI's street map and topo layers to supplement my client's vector data.
The client wants to make the site SSL/HTTPS.
If I do that and I bring in http content from esri the user gets a nag message from the browser because that content is not https.
They don't want the nag message.
Is there a way to get that esri service as https?
I tried just requesting it as https instead of http but that did not work.
Incidentally, I can pull in the esri js api as https by just changing the url. However the api itself makes calls back to esri for additional content that is not coming in as https.