eidas-middleware icon indicating copy to clipboard operation
eidas-middleware copied to clipboard

Fixed failing build caused by privileged port binding (linux) and failing tests

Open asbachb opened this issue 11 months ago • 2 comments

Changed port allocation to a non privileged port

On linux systems privileged ports needs to be run as a root user. When running the build / test as a normal user it fails as the port 161 cannot be bound.

Updated link test certificate

The tests requests a crl from http://www.bsi.bund.de/test_csca_crl. That crl seems like it has been updated. As the Authority Key Identifier does not match with bundled link certificates Subject Key Identifier the test fails.

The link certificate was replaced by an updated version from https://www.bsi.bund.de/SharedDocs/Downloads/EN/BSI/CSCA/LINK_DE_TEST_CSCA_2024_08.html.

asbachb avatar Jan 23 '25 04:01 asbachb

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jan 23 '25 04:01 CLAassistant

Thank you for the PR. This change will be included in the upcoming 4.0.0 release of the eIDAS Middleware.

bennypi avatar Aug 28 '25 08:08 bennypi

Hi there, the PR is included in the latest release 4.0.0.

bennypi avatar Dec 18 '25 12:12 bennypi