postgresql-dart icon indicating copy to clipboard operation
postgresql-dart copied to clipboard

Example on using SSL with your own self signed certificates

Open mars000 opened this issue 3 years ago • 0 comments

How and where would you put the TLS certificate client in your flutter/dart program ? How do you ensure the dart/flutter program is using the correct postgres client certificate ? What kind of authentication type is supported by postgresql-dart (where is it documented) ?

would be really more complete if there was a complete example on how to use your own self signed certificates with a simple flutter client talking to postgres server

mars000 avatar Jul 10 '21 13:07 mars000