Hi,
I am trying to connect API using Alteryx workflow.
I used download tool to connect the API. I have input all the parameters but i am getting following error.
<html>
<head><title>400 No required SSL certificate was sent</title></head>
<body bgcolor="white">
<center><h1>400 Bad Request</h1></center>
<center>No required SSL certificate was sent</center>
<hr><center>Avi Vantage/</center>
</body>
In Download tool, basic tab i have pass the url, in connection tab i have passed username password.
but when i run the workflow it gives me above error.
This is first time i am trying to connect API using Alteryx.
I have my certificate file .crt and client.key file but i am not sure how i use it in alteryx workflow to make this connection successful to get the token key.
It would be great if you help me. i got the certificate and key using openssl command.
Thank you in advance,