openssl: CMP connect timeout with 3.2.0 or fails on `localhost`
I’m getting:
# cmp_main:../apps/cmp.c:3077:CMP info: using section(s) 'Mock connection' of OpenSSL configuration file '../Mock/test.cnf'
# opt_str:../apps/cmp.c:2438:CMP warning: -proxy option argument is empty string, resetting option
# setup_client_ctx:../apps/cmp.c:2088:CMP info: will contact http://localhost:36257/pkix/
# CMP info: sending IR
# CMP error: connect timeout
# CMP error: transfer error:request sent: IR, expected response: IP
../../../../build_static/util/wrap.pl ../../../../build_static/apps/openssl cmp -config ../Mock/test.cnf -section 'Mock connection' -certout ../../../../build_static/test-runs/test_cmp_http/test.cert.pem -proxy '' -no_proxy 127.0.0.1 -server 'localhost:36257' => 1
not ok 2 - server domain name
# Failed test 'server domain name'
# at ../test/recipes/80-test_cmp_http.t line 151.
# got: '0'
# expected: '1'
Full log at: https://buildd.debian.org/status/fetch.php?pkg=openssl&arch=arm64&ver=3.2.0-1&stamp=1701011796&raw=0
I’ve scheduled an other build (on arm64) to see if this is a reproducible.
About this issue
- Original URL
- State: open
- Created 7 months ago
- Comments: 25 (25 by maintainers)
Commits related to this issue
- test_cmp_http: decrease risk of timeouts due to delays caused by the underlying system running tests Fixes #22870 — committed to siemens/openssl by DDvO 5 months ago
- test_cmp_http: decrease risk of timeouts due to delays caused by the underlying system running tests Fixes #22870 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@... — committed to maximmasiutin/openssl by DDvO 5 months ago
- test_cmp_http: decrease risk of timeouts due to delays caused by the underlying system running tests Fixes #22870 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@... — committed to openssl/openssl by DDvO 5 months ago
- test_cmp_http: decrease risk of timeouts due to delays caused by the underlying system running tests Fixes #22870 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@... — committed to meeque/openssl by DDvO 5 months ago
- 80-test_cmp_http_data/test_connection.csv: disable localhost test as not supported on some hosts Fixes #22870 — committed to siemens/openssl by DDvO 4 months ago
- 80-test_cmp_http_data/test_connection.csv: disable localhost test as not supported on some hosts Fixes #22870 — committed to siemens/openssl by DDvO 4 months ago
The not having a public IPv4 address seems to be common on all the hosts it fails on. 127.0.0.1 is the only IPv4 address they have.