Added logging for failed mqtt ssl certificates
This commit is contained in:
parent
87e48d9803
commit
c4a5569650
@ -177,6 +177,7 @@ public class MqttSslHandlerProvider {
|
||||
}
|
||||
}
|
||||
if (credentialsBody == null) {
|
||||
log.debug("Failed to find credentials for device certificate chain: {}", (Object) chain);
|
||||
throw new CertificateException("Invalid Device Certificate");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user