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
After upgrading an existing installation from 1.5.5. to 1.6.0 I started getting ConnectionTimeoutException immediately when selecting a server.
I eventually discovered it was due to specifying the deprecated allow_invalid_hostname driver option (when tlsAllowInvalidHostnames is absent). My own fault for not reading the release notes, but it seems like the error thrown could be less misleading.