Hi,
Im using the download tool to connect to our in-house identity server in order to obtain an access token to then use to connect to our Oracle ORDS server. This all works perfectly on my laptop and I can obtain an access token with no issues at all. When I push the workflow to our Alteryx server I receive the errors below. Ive spoken to various technical teams and everyone says there is nothing blocking access, no firewall or Anti-Virus rules or anything and its something specific to this server.
(note: the identify server URL has been changed from our in-house one, so its a different URL im connecting to)
Warning: Download (46): Warning WinHttpSendRequest: ERROR_WINHTTP_NAME_NOT_RESOLVED
Error: Download (46): Error transferring data "https://identityserver/connect/token"; Func 'curl_easy_perform' failed, ret = 60, desc = SSL peer certificate or SSH remote key was not OK
You can see from the screenshot, Im not doing anything strange, I Base64 encode my access key etc then pass to the download tool
