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
Is your feature request related to a problem? Please describe.
I believe (which my non existent knowledge of rust) that the server certificates used so validate TSL handshake between the proxy and the client uses the bundled Firefox CA certs only and there's no way to at to these.
Is your feature request related to a problem? Please describe.
I believe (which my non existent knowledge of rust) that the server certificates used so validate TSL handshake between the proxy and the client uses the bundled Firefox CA certs only and there's no way to at to these.
Here's where I think this is the case:
https://github.com/postgresml/pgcat/blob/main/src/server.rs#L403
I could be completely wrong so feel free to correct be if I am
Describe the solution you'd like
Possibly in the config to have an option to specify additional cert file locations
Describe alternatives you've considered
Can't think of any
Additional context
I hit this problem trying to connect to AWS RDS which provides a cert not in the keystore
The text was updated successfully, but these errors were encountered: