pgsql: Avoid warnings in tests when openssl binary isn't available

2025-10-18 Thread Daniel Gustafsson
Avoid warnings in tests when openssl binary isn't available The SSL tests for pg_stat_ssl tries to exactly match the serial from the certificate by extracting it with the openssl binary. If that fails due to the binary not being available, a fallback match is used, but the attempt to execute a mis

pgsql: Avoid warnings in tests when openssl binary isn't available

2025-10-18 Thread Daniel Gustafsson
Avoid warnings in tests when openssl binary isn't available The SSL tests for pg_stat_ssl tries to exactly match the serial from the certificate by extracting it with the openssl binary. If that fails due to the binary not being available, a fallback match is used, but the attempt to execute a mis

pgsql: Avoid warnings in tests when openssl binary isn't available

2025-10-18 Thread Daniel Gustafsson
Avoid warnings in tests when openssl binary isn't available The SSL tests for pg_stat_ssl tries to exactly match the serial from the certificate by extracting it with the openssl binary. If that fails due to the binary not being available, a fallback match is used, but the attempt to execute a mis

pgsql: Avoid warnings in tests when openssl binary isn't available

2025-10-17 Thread Daniel Gustafsson
Avoid warnings in tests when openssl binary isn't available The SSL tests for pg_stat_ssl tries to exactly match the serial from the certificate by extracting it with the openssl binary. If that fails due to the binary not being available, a fallback match is used, but the attempt to execute a mis