You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you can, I would perform an explicit "network test connect" call first. Call /status, and ensure you get 200 back. That way you can be sure you're talking to an rqlite node.
Actually it just calls the URL and looks for X-Rqlite-Version has a HTTP header in the response.
If you can, I would perform an explicit "network test connect" call first. Call /status, and ensure you get 200 back. That way you can be sure you're talking to an rqlite node.
Actually it just calls the URL and looks for X-Rqlite-Version has a HTTP header in the response.
Reference:
https://github.com/rqlite/rqlite/blob/master/cmd/rqlite/main.go#L101
The text was updated successfully, but these errors were encountered: