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
Name the certificate root.crt and save it in ~/.postgresql
Now run steampipe, it will fail with the following issue:
$ steampipe query
Welcome to Steampipe v0.13.0-alpha.5
For more information, type .help
>
Error: failed to connect to `host=localhost user=root database=postgres`: failed to write startup message (x509: certificate signed by unknown authority)
Steampipe version (steampipe -v) steampipe version 0.13.0-alpha.5
The text was updated successfully, but these errors were encountered:
Describe the bug
Download a valid root certificate. We can use Letsencrypt:
https://letsencrypt.org/certificates/
-> Active -> ISRG Root X1 -> Self-signed
-> Halfway through the page download the certificate (link called "Certificate"). Direct link: https://crt.sh/?d=9314791
Name the certificate
root.crt
and save it in ~/.postgresqlNow run steampipe, it will fail with the following issue:
Steampipe version (
steampipe -v
)steampipe version 0.13.0-alpha.5
The text was updated successfully, but these errors were encountered: