Not able to connect snowflake

Not able to connect, below is the error message

03-21 12:53:06 e[1mDEBUG middleware.loge[0m :: POST /api/database 400 5.0 s (0 DB calls)
{:valid false, :dbname “Timed out after 5.0 s”, :message “Timed out after 5.0 s”}

03-21 12:53:07 e[1mDEBUG middleware.loge[0m :: GET /api/database 200 2.6 ms (3 DB calls) Jetty threads: 5/50 (3 idle, 0 queued) (47 total active threads) Queries in flight: 0
Mar 21, 2020 12:54:10 PM net.snowflake.client.jdbc.RestRequest execute
SEVERE: Stop retrying since elapsed time due to network issues has reached timeout. Elapsed: 67,506(ms), timeout: 60,000(ms)

@reebajose
Post “Diagnostic Info” from Admin > Troubleshooting.
Check that you don’t have a firewall blocking - and if you’re connecting from within a Docker container, then remember that’s a different network than the host.

Thank you for the reply, issue was with account / region / upper case combination issue.

Just adding this for reference: https://github.com/metabase/metabase/issues/9511