netfoundry / ziti_router_auto_enroll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connection Errors when trying to register

emoscardini opened this issue · comments

There seems to be an issue sometimes with the connection while trying to register that will generate "Connection Errors" when requesting the version from the controller. Need to add/increase the requests retries.

I think this issue is happening because we run the DNS setup before the install & the first thing in the install is fetching the version from the controller. Instead of increasing the retries, I think the best option would be to do the DNS setup last.