We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the PG server uses a self-signed certificate, sslmode=require is not supported. It would be nice to have an option to pass a custom root CA (https://docs.rs/openssl/0.9.24/openssl/ssl/struct.SslContextBuilder.html#method.set_ca_file).
sslmode=require
The text was updated successfully, but these errors were encountered:
Add --ssl-root-cert option
3390904
Specifies PEM/DER certificates used to verify server identity. resolves #20
Hi! I have added the option in #21, could you please verify that it works for you? You can run the development version using the following commands:
git clone https://github.com/exyi/pg2parquet.git cd pg2parquet/cli git switch ssl-root-cert cargo run -- export {your options}
Sorry, something went wrong.
Works, thanks a lot!
Thanks a lot for testing it for me :) I have release it as the 0.1.0 version.
Successfully merging a pull request may close this issue.
If the PG server uses a self-signed certificate,
sslmode=require
is not supported. It would be nice to have an option to pass a custom root CA (https://docs.rs/openssl/0.9.24/openssl/ssl/struct.SslContextBuilder.html#method.set_ca_file).The text was updated successfully, but these errors were encountered: