Qt-Security-QDtlsIgnoreVerificationErrorsΒΆ

Check QDtls::ignoreVerificationErrors

Required inputs: IR

The QDtls class allows to ignore verification errors of the TLS connection, by calling the ignoreVerificationErrors() function. This function should not be used in production code, as it may cause important errors to be ignored that should be considered critical.

Possible Messages

Key

Text

Severity

Disabled

suspicious_call

The function ignoreVerificationErrors should not be used in production code.

None

False

Options