View Issue Details

IDProjectCategoryView StatusLast Update
0000940bareos-coredirectorpublic2019-07-02 15:57
Reportertuxmaster Assigned Tojoergs  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSCentOSOS Version7
Product Version17.2.5 
Summary0000940: TLS PSK settings for the client resource of the director are unknown.
DescriptionThe documentation says, that the following options are valid for the client options of the director config:
client {
...
TLS Enable = false
#TLS Psk Enable = true
TLS Psk Require = false
}
But set one or both of it, will prevent the start of the director.
error message:
bareos-dir: ERROR TERMINATION at parse_conf.c:292
Apr 20 16:13:57 XXX bareos-dir[9737]: Config error: Keyword "TLSPskRequire" not permitted in this resource.

Set the option TLS Psk Enable will result in:
bareos-dir: ERROR TERMINATION at parse_conf.c:292
Apr 20 16:27:06 XXX bareos-dir[9755]: Config error: Keyword "TLSPskEnable" not permitted in this resource.
TagsNo tags attached.

Activities

joergs

joergs

2019-07-02 15:57

developer   ~0003399

The "TLS Psk Require " have only be available for a while in experimental packages before the release of Bareos 18.2.

Since the release of Bareos 18.2.6 the configuration of TLS Certificates vs. TLS-PSK is done implicitly, see https://docs.bareos.org/TasksAndConcepts/TransportEncryption.html#tls-configuration-directives, especially the "TLS Enable" description.

Issue History

Date Modified Username Field Change
2018-04-20 16:29 tuxmaster New Issue
2019-07-02 15:57 joergs Assigned To => joergs
2019-07-02 15:57 joergs Status new => closed
2019-07-02 15:57 joergs Resolution open => fixed
2019-07-02 15:57 joergs Note Added: 0003399