pgx/testsetup
Jack Christensen 0819a17da8 Remove openssl from TLS test setup
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.
2024-01-27 09:04:19 -06:00
..
README.md Improve testing / contributing instructions 2022-10-29 17:14:09 -05:00
generate_certs.go Remove openssl from TLS test setup 2024-01-27 09:04:19 -06:00
pg_hba.conf Contributing guide now includes instructions to test client ssl auth 2022-10-29 19:00:29 -05:00
postgresql_setup.sql create ltree extension in pg setup for tests 2024-01-26 09:06:13 -06:00
postgresql_ssl.conf Improve testing / contributing instructions 2022-10-29 17:14:09 -05:00

README.md

Test Setup

This directory contains miscellaneous files used to setup a test database.