SSL tests failing with "ee key too small" error on Debian SID
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@postgresql.org>
Cc: Heikki Linnakangas <hlinnaka@iki.fi>
Date: 2018-09-17T13:13:40Z
Lists: pgsql-hackers
Hi all, On a rather freshly-updated Debian SID server, I am able to see failures for the SSL TAP tests: 2018-09-17 22:00:27.389 JST [13072] LOG: database system is shut down 2018-09-17 22:00:27.506 JST [13082] FATAL: could not load server certificate file "server-cn-only.crt": ee key too small 2018-09-17 22:00:27.506 JST [13082] LOG: database system is shut down 2018-09-17 22:00:27.720 JST [13084] FATAL: could not load server certificate file "server-cn-only.crt": ee key too small Wouldn't it be better to rework the rules used to generate the different certificates and reissue them in the tree? It seems to me that this is just waiting to fail in other platforms as well.. Thanks, -- Michael
Commits
-
Update ssl test certificates and keys
- 7f2576812655 9.5.16 landed
- ba26b3172f03 9.6.12 landed
- 114635e55235 10.7 landed
- 1b0294d9a02c 11.2 landed
- f17889b22141 12.0 landed