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

GROUP-105 Moved certificate to resources, added Spring SSL bundle #40

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

makmn1
Copy link
Member

@makmn1 makmn1 commented Jun 25, 2024

Description of Changes

Reverted previous Dockerfile changes. While it worked for helping the database drivers find the certificate in the default spot, the Java runtime does not have the certificate included in it's trust store. This change uses a recently added feature in Spring 3.1 to add an SSL bundle (which I think adds the specified certs to the trust / key stores). The alternative would be to manually create SSL objects using the plain java.net SSL utilities.

PS: If this keeps being an issue, I may just set up a self-signed SSL Postgres instance on my computer. I planned to do this in the future for quicker feedback, but may have to do it earlier than expected.

@makmn1 makmn1 self-assigned this Jun 25, 2024
@makmn1 makmn1 merged commit e1218a4 into main Jun 25, 2024
2 checks passed
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.

1 participant