Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

API Pull Workflow failing in Server but working fine in Designer

dchatterjee
5 - Atom

I have developed a workflow to fetch data from a vendor API. The workflow works perfectly in Designer Desktop but fails when run on Server. The error message is as follows:

 

 

screenShotJP.jpg

 

Error transferring data  //api.xyz_abc.com/operator_authentication/tokens , Func 'curl_easy_perform' failed, ret = 60, desc = SSL peer certificate or SSH remote key was not OK (ToolId: 281)

 

I have faced this error earlier also with some different Endpoint of a different Vendor so the issue is not specific to the address of request.

The Server runs on a different machine then the Designer. 

 

Can anybody help in this regard.

 

1 REPLY 1
fmvizcaino
17 - Castor
17 - Castor

Hi @dchatterjee ,

 

Since it is working on your Designer and seems to be a straightforward connection, I think it could be related to your server blocking the connection.

If you can log in to your server, try using the Designer there to remove any other issue. 

 

Best,

Fernando V.