To run geoprocessing services or surveys on a portal other than your ArcGIS Workflow Manager Server system, add an application file.
- Add the following text to the WorkflowManager.conf file in any location:
play.ws.ssl { trustManager = { stores = [ { type = "PEM", path = "conf/" } { path = ${java.home}/lib/security/cacerts, password = "changeit" }] } }
- Customize the password.
This is necessary for certificate authentication.
The WorkflowManager.conf file is located at C:/ProgramData/esri/workflowmanager.
- Copy a valid domain certificate to <ArcGIS Server installation location>\workflowmanager\conf.