Hey guys, I have a workflow that uses a download tool to get some data from an API.
For some reason, the workflow stopped working with the error "Error: Download (43): Error transferring data: SSL peer certificate or SSH remote key was not OK" This is very strange because the domain name is whitelisted "PeerValidationBypass.txt" and there has been no version update.
I think the problem is in alteryx because I was able to download the data using postman with the "Validate Certificates" option disabled.
When I enable this option in postman, I get the same SSL error, just like in alteryx.
My questions are: Is there a way to disable “validate certificate” in alteryx? Why does “PeerValidationBypass.txt” no longer working?