Use tyk-sync with self-signed certificate

we’re currently using the dashboard with a self-signed/internal certificate.

I’m trying to dump the apis by using tyk sync now. In the documentation I couldn’t find a flag to skip verification. Is there an option to enable that?

It looks like this is still in the backlog TT-1669 (internal ticket number) and there isn’t a timeline for when this will be implemented.

The alternative would be to trust the self-signed certificates in your local certificate store or implement the functionality in sync since it’s open source. Looking at the code, it appears the dashboard client has the InsecureSkipVerify field declared, so that would be a good place to start.

Hope this helps.