Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Server Discussions

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

Download tool : "Error transferring data: SSL connect error"

antoine_pac
7 - Meteor

Hi,

 

I successfully implemented a workflow which simply download a csv file from an azure blob storage (using download tool), thanks to an URL with a SAS token. In fact, this one work in Designer locally, but also in Designer on the VM where Alteryx Server is installed.

 

However, when I run it on Alteryx Server I get the following error : "Error transferring data: SSL connect error". I really don't find a solution unfortunately...

 

Thank you for your help !

2 REPLIES 2
carlosteixeira
15 - Aurora
15 - Aurora

Hi @antoine_pac 

 

I'm using a run command and AWS CLI v2 to publish files on S3 and we need to provide this command on the final of line --sse AES256

 

The complete command is:

 

s3 cp "C:\temp\myfile.csv" "s3://mybucket/myfiletest1.csv" --sse AES256

 

Try to use it and let me know if you can solve the problem.

 

Thanks

Carlos A Teixeira
antoine_pac
7 - Meteor

@carlosteixeiraI don't have S3 buckets to test this command unfortunately.

However, I tested an "azcopy" command line instead of the download tool to pull my data from blob storage. But the same message appears when I run the workflow in the gallery, while it works when I run it on Designer.