Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api: fall back to using public cert on cert error
If we get a certificate error trying to connect to a controller, then it's possible that we're using the private CA but the address we're connecting to is a proxy that doesn't have a private CA certificate. In this case, try again with the public CA.
- Loading branch information