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

Remove openssl from TLS test setup #1887

Merged
merged 1 commit into from
Jan 27, 2024
Merged

Remove openssl from TLS test setup #1887

merged 1 commit into from
Jan 27, 2024

Conversation

jackc
Copy link
Owner

@jackc jackc commented Jan 27, 2024

TLS setup and tests were rather finicky. It seems that openssl 3 encrypts certificates differently than older openssl and it does it in a way Go and/or pgx ssl handling code can't handle. It appears that this related to the use of a deprecated client certificate encryption system.

This caused CI to be stuck on Ubuntu 20.04 and recently caused the contributing guide to fail to work on MacOS.

Remove openssl from the test setup and replace it with a Go program that generates the certificates.

TLS setup and tests were rather finicky. It seems that openssl 3
encrypts certificates differently than older openssl and it does it in
a way Go and/or pgx ssl handling code can't handle. It appears that
this related to the use of a deprecated client certificate encryption
system.

This caused CI to be stuck on Ubuntu 20.04 and recently caused the
contributing guide to fail to work on MacOS.

Remove openssl from the test setup and replace it with a Go program
that generates the certificates.
@jackc jackc merged commit 0819a17 into master Jan 27, 2024
14 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.

None yet

1 participant