wrapper.check_certificate.default.loglevel

Kompatibel :3.5.50
Editionen :Professional EditionStandard EditionCommunity Edition
Betriebssysteme :WindowsMac OSX (Not Supported)Linux (Not Supported)IBM AIX (Not Supported)FreeBSD (Not Supported)HP-UX (Not Supported)Solaris (Not Supported)IBM z/OS (Not Supported)IBM z/Linux (Not Supported)

This property controls the log level of non-critical errors detected when performing trust verification on the code signing certificate chain built by the Wrapper. In particular, this includes messages when any certificate of the chain is either not present on the machine, or not available for the account on which the Wrapper is running.

Valid log levels include:

  • NONE to never log,
  • FATAL to log at the FATAL log level,
  • ERROR to log at the ERROR log level,
  • WARN to log at the WARN log level,
  • STATUS to log at the STATUS log level,
  • INFO to log at the INFO log level,
  • DEBUG to log at the DEBUG log level.

The default value is "DEBUG". This means the message will only be displayed when the general Wrapper loglevel is set to "DEBUG".

NOTE

A proper installation of the certificates on the machine remains the best way to prevent these messages from occuring in first place. Please refer to the troubleshooting page for details.

Example:
wrapper.check_certificate.default.loglevel=WARN
Example of output when the certificate is missing:
WARN   | wrapper  | 2022/04/20 12:00:00 | A signature was found in "C:\MyApp\bin\wrapper.exe", but checksum failed: (Errorcode: 0x800b010a) A certificate chain could not be built to a trusted root authority. (0x800b010a)
WARN   | wrapper  | 2022/04/20 12:00:00 |   Signer Certificate:
WARN   | wrapper  | 2022/04/20 12:00:00 |     Serial Number:
WARN   | wrapper  | 2022/04/20 12:00:00 |       00 90 4d 8f d1 f3 86 8a ad 5f 17 e8 93 41 c3 08 f2
WARN   | wrapper  | 2022/04/20 12:00:00 |     Issuer Name: COMODO RSA Code Signing CA
WARN   | wrapper  | 2022/04/20 12:00:00 |     Subject Name: Tanuki Software Ltd.
WARN   | wrapper  | 2022/04/20 12:00:00 |   TimeStamp Certificate:
WARN   | wrapper  | 2022/04/20 12:00:00 |     Serial Number:
WARN   | wrapper  | 2022/04/20 12:00:00 |       16 88 f0 39 25 5e 63 8e 69 14 39 07 e6 33 0b
WARN   | wrapper  | 2022/04/20 12:00:00 |     Issuer Name: UTN-USERFirst-Object
WARN   | wrapper  | 2022/04/20 12:00:00 |     Subject Name: COMODO SHA-1 Time Stamping Signer
WARN   | wrapper  | 2022/04/20 12:00:00 |     Date of TimeStamp : 2019/04/26 15:57:29
WARN   | wrapper  | 2022/04/20 12:00:00 | The error is not directly related to the Wrapper's signature, therefore continue...

Verweis: Protokollierungsstufe