View Issue Details

IDProjectCategoryView StatusLast Update
0009464CTT UA Binary2 - CTT Binarypublic2024-03-27 15:24
ReporterYannik Klaass Assigned ToYannik Klaass  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.11.0.411 
Summary0009464: Constructor of embedded CTT server changes behavior of UaChannel.connect()
Description

When initializing the embedded CTT server, part of the constructor manipulates the iSecureConnection_MinRevisedSecureChannelLifetime in the global ProxyStubConfiguration, setting it to a value > 0. This changes the behavior of the connect() method of the CttChannelClass, so if a OpenSecureChannel call yields a response with a SecurityToken.RevisedLifetime being smaller than this value, a Bad_InvalidArgument is returned.
The iSecureConnection_MinRevisedSecureChannelLifetime needs to be reverted to its original value of 0, after initializing the embedded server.

TagsNo tags attached.
Files Affected

Activities

Yannik Klaass

2024-03-18 16:03

developer   ~0020929

Adding code to revert the setting back to its original value of 0 after calling initEnvironment()

Paul Hunkar

2024-03-27 15:24

administrator   ~0021051

Reviewed change, agreed to change and closed issue

Issue History

Date Modified Username Field Change
2024-03-12 15:19 Yannik Klaass New Issue
2024-03-12 15:19 Yannik Klaass Status new => assigned
2024-03-12 15:19 Yannik Klaass Assigned To => Yannik Klaass
2024-03-18 16:03 Yannik Klaass Status assigned => resolved
2024-03-18 16:03 Yannik Klaass Resolution open => fixed
2024-03-18 16:03 Yannik Klaass Note Added: 0020929
2024-03-27 15:23 Paul Hunkar Fixed in Version => 1.11.0.411
2024-03-27 15:24 Paul Hunkar Status resolved => closed
2024-03-27 15:24 Paul Hunkar Note Added: 0021051