-
Notifications
You must be signed in to change notification settings - Fork 92
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
postgresql_ping with SSL client certificate and private key #424
Comments
@dtma007 hi, it's a fair point, looking at this, thanks for reporting the issue! |
@Andersson007 I'm ready to do it. |
@Andersson007 @aleksvagachev Thanks so much for your quick response! I still think it would be helpful to have the specific parameters for client cert and client private key in for example. I did this:
|
@dtma007 sorry for the late reply, was on PTO. Great, thanks for sharing the workaround but, yeah, if we already have some separate cert related params, i think it'd be more logical to have the rest separate as well |
@dtma007 merged, thanks for reporting the issue! |
Closed via #427 |
I see that
postgresql_ping
supports specifying aca_cert
parameter for the root/CA cert. But I couldn't find a way to specify a client certificate and client private key to connect to to a Postgres server that hasclientcert=verify-full
orclientcert=verify-ca
. Is that supported?The text was updated successfully, but these errors were encountered: