Code development platform for open source projects from the European Union institutions 🔵 EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content

Warning when validating EHDSI-92 transaction (ncp::TrcAssertion)

The validation file (and the entries in ATNA) shows:

<ActiveParticipant UserID="Warning!: No Server certificate found!" AlternativeUserID="Warning!: No Server certificate found!" UserIsRequestor="false" NetworkAccessPointID="172.19.0.3" NetworkAccessPointTypeCode="2"><RoleIDCode csd-code="ServiceProvider" codeSystemName="eHealth DSI" displayName="eHealth DSI Service Provider" originalText="eHealth DSI Service Provider"/></ActiveParticipant>

The logfile shows:

e.e.e.s.openncp.common.util.HttpUtil.getSSLPeerCertificate(150) - Error: 'HTTPS hostname wrong:  should be <openncp-trc-sts>' java.io.IOException: HTTPS hostname wrong:  should be <openncp-trc-sts>

Probably because the SSLValidation in line 84 in openncp-common\src\main\java\eu\europa\ec\sante\openncp\common\util\HttpUtil.java is not completely disabled (as it was intended based on the naming of the variable “sslValidation”)