2
0

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.
This commit is contained in:
Jack Christensen
2024-01-27 08:42:48 -06:00
committed by Jack Christensen
parent bf1c1d7848
commit 0819a17da8
7 changed files with 192 additions and 61 deletions
+1 -4
View File
@@ -9,10 +9,7 @@ on:
jobs:
test:
name: Test
# Note: The TLS tests are 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. So stick with Ubuntu 20.04 until
# that is figured out.
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix: