Skip to content

Supposed aws fix#1

Merged
muk2 merged 2 commits intomainfrom
supposed_aws_fix
Feb 17, 2026
Merged

Supposed aws fix#1
muk2 merged 2 commits intomainfrom
supposed_aws_fix

Conversation

@muk2
Copy link
Owner

@muk2 muk2 commented Feb 17, 2026

No description provided.

muk2 and others added 2 commits February 14, 2026 10:11
- Add VerifyCa and VerifyFull SSL modes for strict certificate verification
- Embed AWS RDS global certificate bundle (all regions) for automatic verification
- Auto-detect AWS RDS hosts (*.rds.amazonaws.com) and use embedded certs
- Add accept_invalid_certs option for testing/development scenarios
- Add ca_cert_path option for custom CA certificate files
- Support use_aws_rds_certs flag to force AWS cert usage on any host

This makes the connection foolproof for any PostgreSQL database:
- Local/dev: Use Disable or Prefer mode
- AWS RDS: Auto-detected, uses embedded certs for Require/VerifyCa/VerifyFull
- Custom CA: Specify ca_cert_path for on-prem or other cloud providers
- Testing: Use accept_invalid_certs to skip verification when needed

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@muk2 muk2 merged commit 9b2081d into main Feb 17, 2026
8 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