netfoundry / ziti_router_auto_enroll

5 stars 1 forks source link

Connection Errors when trying to register #13

Closed emoscardini closed 1 year ago

emoscardini commented 1 year ago

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.

emoscardini commented 1 year ago

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.