Skip to content

Commit

Permalink
fix: setting proper default value in default config file
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Baldoni <[email protected]>
  • Loading branch information
gabrik committed Oct 3, 2024
1 parent 898b975 commit 3d5da78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEFAULT_CONFIG.json5
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@
// if set to false zenoh will disregard the common names of the certificates when verifying servers.
// This could be dangerous because your CA can have signed a server cert for foo.com, that's later being used to host a server at baz.com. If you wan't your
// ca to verify that the server at baz.com is actually baz.com, let this be true (default).
verify_name_on_connect: null,
verify_name_on_connect: true,
},
},
/// Shared memory configuration.
Expand Down

0 comments on commit 3d5da78

Please sign in to comment.