Select to view content in your preferred language

using SSL in the script

687
2
04-02-2013 06:05 PM
SherryHuang
Emerging Contributor
Hi all,
I am using the arcgis server 10.1 SP1.
I need to use the SSL for my rest/manager site.
But it couldn't just like change the url in my script.
My basemap wouldn't show.
Does the script differ between the http and https?
Cuz I couldn't find the related resource about this.
Anyone fights with the SSL as well before that can get me through this.
Thank you.

Sincerely,
Sherry
Tags (2)
0 Kudos
2 Replies
EokNgo
by
Deactivated User
If by basemap you are referring to your own map service, you'll need to provide a token in order for it to appear.
Here's some documentation on how to acquire a token for use.
http://resources.arcgis.com/en/help/main/10.1/index.html#/Acquiring_ArcGIS_tokens/0154000005rp000000...

If you're referring to tiled map service like Bing Maps or ArcGIS Online, this could be another reason.
You may want to use a tool like Fiddler or HTTPFox to determine what the response/error is.

Hope this helps you get started.
0 Kudos
SherryHuang
Emerging Contributor
If by basemap you are referring to your own map service, you'll need to provide a token in order for it to appear.
Here's some documentation on how to acquire a token for use.
http://resources.arcgis.com/en/help/main/10.1/index.html#/Acquiring_ArcGIS_tokens/0154000005rp000000...

If you're referring to tiled map service like Bing Maps or ArcGIS Online, this could be another reason.
You may want to use a tool like Fiddler or HTTPFox to determine what the response/error is.

Hope this helps you get started.


Hi,
Thank you for your reply.
I think I don't need to have a token to show the map before I make the service into private service.
I leave my service to be public to avoid the token.

Best,
Sherry
0 Kudos