Portal 10.6 - Secured Services, no option to store credentials?

2137
2
Jump to solution
01-26-2018 01:21 PM
AllenScully
Occasional Contributor III

Just stood up a development instance of Portal 10.6.  Trying to add items from secured services.  It picks up that they are secured, but the option to store credentials is not there for us.  Can't imagine this functionality is no longer there, so I'm wondering if anyone else has seen this behavior, or can direct me to where this option is now if it has changed.  The documentation seems to say that it should be there, so maybe our install of Enterprise didn't fully work?

0 Kudos
1 Solution

Accepted Solutions
JonathanQuinn
Esri Notable Contributor

That behavior normally points to Portal not trusting the certificate that is used for HTTPS on the secured service. There's a call to the checkUrl.jsp page that determines if Portal trusts the resource it's connecting to:

Ex.

https://portal.domain.com/portal/sharing/checkUrl.jsp?url=<url>

You can try this manually and see if it goes through.  If you see a failed response, then it's likely that the certificate isn't trusted.  You can follow the link below to trust the certificate used for the secure service:

Configuring the portal to trust certificates from your certifying authority—Portal for ArcGIS (10.6)... 

View solution in original post

2 Replies
JonathanQuinn
Esri Notable Contributor

That behavior normally points to Portal not trusting the certificate that is used for HTTPS on the secured service. There's a call to the checkUrl.jsp page that determines if Portal trusts the resource it's connecting to:

Ex.

https://portal.domain.com/portal/sharing/checkUrl.jsp?url=<url>

You can try this manually and see if it goes through.  If you see a failed response, then it's likely that the certificate isn't trusted.  You can follow the link below to trust the certificate used for the secure service:

Configuring the portal to trust certificates from your certifying authority—Portal for ArcGIS (10.6)... 

AllenScully
Occasional Contributor III

Thanks Jonathan -

That did the trick.  We have applied new certificates to our ArcServer machines, and did not get them loaded into this Portal instance.

0 Kudos