Unable to connect to Redshift

Hi,
I am trying to add a new Redshift data source but keep getting the following error -

ERROR metabase.driver.util Database connection error
java.sql.SQLException: Amazon Error setting/closing connection: Error loading the keystore .

[189e3c21-321a-4740-9a77-50c4c6d52a89] 2021-01-12T17:38:08+05:30 ERROR metabase.api.database Cannot connect to Database
java.lang.Exception: Amazon Error setting/closing connection: Error loading the keystore .

I am running Metabase on AWS beanstalk - version 0.37.4
Starting Metabase version v0.37.4 (e0d5287 release-x.37.x) …

[189e3c21-321a-4740-9a77-50c4c6d52a89] 2021-01-12T17:37:11+05:30 INFO metabase.core System info:
{“file.encoding” “UTF-8”,
“java.runtime.name” “OpenJDK Runtime Environment”,
“java.runtime.version” “11.0.7+10”,
“java.vendor” “AdoptOpenJDK”,
“java.version” “11.0.7”,
“java.vm.name” “OpenJDK 64-Bit Server VM”,
“java.vm.version” “11.0.7+10”,
“os.name” “Linux”,
“os.version” “4.14.62-65.117.amzn1.x86_64”,
“user.language” “en”,
“user.timezone” “GMT”}

Hi @ayukidawe, can you post the application logs when trying to add the AWS Redshift instance? you can get those by going to your AWS Elastic Beanstalk instance and there is a log setting where you can ask the instance to pull the latest 100 lines of the application log so we have more info about what could be the problem here. Thanks!