Select to view content in your preferred language

Is is possible to add services secured by a self-signed certificate?

976
1
01-28-2013 07:18 AM
HugoMaurício
Deactivated User
Hi,

I'm trying to add a layer published on an ArcGIS Server to a map. 

I'm using a self-signed certificate on this server and after I type the user and password I get this error (check image).

[ATTACH=CONFIG]21132[/ATTACH]

Is is possible to add services secured by a self-signed certificate?

If yes, do you have any clue of what could be wrong?

I can successfully add the same data to an iOS app, provinding the same credentials and adding the server to the trusted servers list.

Thanks,

Hugo Maurício
Tags (2)
0 Kudos
1 Reply
MikeMinami
Esri Notable Contributor
We don't support self signed certificates out-of-the-box.

The identity manager uses the proxy to talk to the server's token service. An exception for self-signed cert has to be made in the proxy code. We can give you the code for adding this exception to JSP proxy. Do you have a JSP or .NET proxy?

It would be okay to use the exception for development/testing purposes within the firewall. It's generally not recommended to use self-signed certs for apps deployed on the public web.

Thanks,

Mike
0 Kudos