View Issue Details

IDProjectCategoryView StatusLast Update
0008052Compliance Test Tool (CTT) Unified Architecture2 - CTT Binarypublic2022-08-29 18:29
ReporterMartin Regen Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product Version1.04.09.401 
Summary0008052: CTT client can not connect to device under test if server uses cert chain and sends complete chain.
Description

The ref server uses a cert chain and has
<SendCertificateChain>true</SendCertificateChain>
set in the config.

The CTT client uses a different thumbprint to connect than the leaf certificate thumbprint on the server, so the ref server bails out with 'BadsecurityChecksFailed'.

Maybe there is still some catch in the ref server cert chain handling, it has not been widely used.

Steps To Reproduce

Start ref server from https://github.com/OPCFoundation/UA-.NETStandard/tree/master/Applications/ConsoleReferenceServer.
Update server certificate with a chained application cert, e.g. by using server push.
Change config setting to set:
<SendCertificateChain>true</SendCertificateChain>

CTT client fails to connect.

TagsNo tags attached.
Files Affected

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-06-16 09:42 Martin Regen New Issue
2022-08-04 15:06 Paul Hunkar Assigned To => Alexander Allmendinger
2022-08-04 15:06 Paul Hunkar Status new => assigned
2022-08-29 18:29 Paul Hunkar Category 5 - General Problem => 2 - CTT Binary