Skip to content
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

fix: assume PKCS-8 SSL key format by default (#1819) #1832

Merged
merged 1 commit into from
Jul 30, 2020

Conversation

pip25
Copy link
Contributor

@pip25 pip25 commented Jul 27, 2020

check for the most common PKCS-12 extensions (.p12, .pfx) and assume
PKCS-8 if these do not match

closes #1819

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

check for the most common PKCS-12 extensions (.p12, .pfx) and assume
PKCS-8 if these do not match

closes pgjdbc#1819
@davecramer
Copy link
Member

@pip25 thanks for this. Any chance you could make https://jdbc.postgresql.org/documentation/head/ssl-client.html a bit more clear ?

@pip25
Copy link
Contributor Author

pip25 commented Jul 27, 2020

@davecramer Sure, I'll take a stab at clarfying the SSL connection documentation a bit in a separate PR.

@pip25
Copy link
Contributor Author

pip25 commented Jul 28, 2020

@davecramer
Opened #1836.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot connect using SSL certificates since version v42.2.9
2 participants