fix MQTT x509 auth
This commit is contained in:
parent
0fb1147ab2
commit
39eafde85b
@ -178,6 +178,8 @@ public class DefaultTransportApiService implements TransportApiService {
|
||||
if (!checkMqttCredentials(mqtt, credentials)) {
|
||||
credentials = null;
|
||||
}
|
||||
} else {
|
||||
return getEmptyTransportApiResponseFuture();
|
||||
}
|
||||
}
|
||||
if (credentials == null) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user