Skip to content
Florian Bürgi edited this page Jul 20, 2020 · 3 revisions

Testcontainer Wiki

Welcome to the EETS-Test-Container wiki!

Known issues

Provider not authenticated

When you start the testcontainer for the first time you might find an error message like this in the logs: Provider not authenticated. id: <your id>, countryCode: <your country code>, cName <your cn> This might be because the contains more information than the commonName property inside your provider.properties file. Please adjust your providers properties file accordingly.

We might adjust this behaviour and the documentation in the future to match our production setup.

Update 07-20-2020 - CommonName hast to match the certificates CN attribute exactly.

This issue has been fixed in version 200. Instead of the full client certificate DN we are now passing the CN's value only. In order for the provider to be authenticated properly, the commonName property has to match the client certificates CN attribute exactly. Please update your provider.properties file accordingly.

SST-06c

There is an error in the test-specification regarding the testcase SST-06c. The document wrongfully states that the issueCode for paC-unknownBillingDetails is 11002 instead of 11102. The ASN.1 specification and the suplement 3 contain the correct issue code. In the current version the testcontainer performs the validation correctly.