Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am trying to connect to aws serverless postgres #60

Open
kamarajuPrathi opened this issue Feb 24, 2020 · 3 comments
Open

I am trying to connect to aws serverless postgres #60

kamarajuPrathi opened this issue Feb 24, 2020 · 3 comments

Comments

@kamarajuPrathi
Copy link

with ssl true , it doesnot allow me to connect , i receive the below error

unable to get local issuer certificate

@brianc
Copy link
Owner

brianc commented Apr 17, 2020

try connecting with

{ host: '....', 
  // etc
  ssl: { rejectUnauthorized: false }
}

@brianc
Copy link
Owner

brianc commented Apr 17, 2020

@pjroth
Copy link

pjroth commented Nov 10, 2022

I'm able to connect to redshift with ssl: true using AWS hostname. The workaround is also given in the above comment for the scenario if you are using a custom domain which causes the aws cert to not match the domain you are using.

I think this issue may be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants