Hi,
Does anyone has an idea on how to install & run archy behind a proxy ?
The first step of the installation is OK but once archy has to refresh the objects of my org it seems it can't connect to it because it does not use the proxy.
I get endless request :
PS C:\archy> ./archy.bat refresh --debug
Architect Scripting running under Node version '10.4.1'
ArchSessionId:ByJE1HObL
processing the configuration setting 'authToken'.
processing the configuration setting 'clientId'.
getting the value for the setting 'clientId' from the Archy configuration file.
processing the configuration setting 'clientSecret'.
getting the value for the setting 'clientSecret' from the Archy configuration file.
processing the configuration setting 'debug'.
processing the configuration setting 'homeDir'.
getting the value for the setting 'homeDir' from the Archy configuration file.
processing the configuration setting 'location'.
getting the value for the setting 'location' from the Archy configuration file.
processing the configuration setting 'outputDir'.
Runtime Configuration
authToken: ''
source - undefined
clientId: '***'
source - config file: 'C:\Users\Administrator.archy_config'
clientSecret: '***'
source - config file: 'C:\Users\Administrator.archy_config'
debug: true
source - command line parameter
homeDir: 'C:\archy\archyHome'
source - config file: 'C:\Users\Administrator.archy_config'
location: 'prod_eu_west_1'
source - config file: 'C:\Users\Administrator.archy_config'
outputDir: ''
source - undefined
- setting the endTerminatesProcess to false -- [ArchSession, ArchSessionId:'***']
startup Mode: Using client ID and secret. Treating as client credentials grant.
- setting session status to 'running'. -- [ArchSession, ArchSessionId:'***']
navigator unavailable - setting operating system to unknown - architect scripting version: 0.6.6 -- [ArchSession, ArchSessionId:'***']
- core environment configuration. env: 'prod', host: 'apps.mypurecloud.ie', region: 'eu-west-1', clientId: '', clientSecret: '', isClientCredentialsOAuthClient: 'true' -- [ArchSession, ArchSessionId:'***']
- getting discovery properties... -- [ArchSession, ArchSessionId:'***']
- calling url -- [GET::https://apps.mypurecloud.ie/services/discovery.properties]
- calling url -- [GET::https://apps.mypurecloud.ie/services/discovery.properties]
- calling url -- [GET::https://apps.mypurecloud.ie/services/discovery.properties]
- calling url -- [GET::https://apps.mypurecloud.ie/services/discovery.properties]
- calling url -- [GET::https://apps.mypurecloud.ie/services/discovery.properties]
Is there a way to use a proxy for these requests ?
Best Regards