I’m having multiple issues following an upgrade to 1.4.4. I’ll detail these in another thread, for now I have an urgent issue where my scripts are not running.
I’m unable to access secret variables, I get the message:
[12:07:31 PM] [WRN] Call failed. The SSL connection could not be established, see inner exception. GET https://localhost:443/api/v1/Job/8
We updated the appsettings.json to include the external URL for the HTTPS binding.
"Api": {
"Url": "https://myserver.domain"
},
The other issue was the the environments did not have the variables set so they were not including the secret variables. The following will include all variables that you have defined.