We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f6592 commit c1c6c74Copy full SHA for c1c6c74
modules/hivemq-edge-module-opcua/src/main/java/com/hivemq/edge/adapters/opcua/config/Tls.java
@@ -35,7 +35,7 @@ public record Tls (@JsonProperty("enabled")
35
@ModuleConfigField(title = "Disable certificate validation",
36
description = "Allows to disable the validation of a certificate",
37
defaultValue = "false")
38
- boolean noChecks,
+ @Nullable Boolean noChecks,
39
40
@JsonProperty("keystore")
41
@JsonInclude(NON_NULL)
0 commit comments