Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Can I skip SSL certificate verification using Download Tool?

WeiXiang20010
8 - Asteroid

I am currently trying to call an API using the download tool, but I want to skip the SSL certificate verification, is there any way to do it in the download tool or do I have to use the run command tool?

4 REPLIES 4
jrgo
14 - Magnetar

I could be wrong, but I think that's dependent on the host you're connecting to and whether it'll accept just http instead of https. That being said, it's highly discouraged to communicate on a non-SSL connection, especially if transmitting sensitive data or auth credentials.

AkimasaKajitani
17 - Castor
17 - Castor
WeiXiang20010
8 - Asteroid

@jrgo I am trying to communicate on a non-SSL connection for some testing. I could call the API using postman but keep getting SSL certificate verification errors when using alteryx download tool.

 

@AkimasaKajitani I tried removing the https:// but end up getting "Timeout was reached"

AkimasaKajitani
17 - Castor
17 - Castor

Hi @WeiXiang20010 ,

 

You can't remove https by this way. It makes you pass the Peer validation. So using this way you have to use https as ever.

Labels
Top Solution Authors