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 032aafa commit 3fa6cadCopy full SHA for 3fa6cad
redisinsight/ui/src/pages/home/components/AddInstanceForm/InstanceFormWrapper.tsx
@@ -95,7 +95,7 @@ const InstanceFormWrapper = (props: Props) => {
95
96
const tlsClientAuthRequired = !!editedInstance?.tls?.clientCertPairId ?? false
97
const selectedTlsClientCertId = editedInstance?.tls?.clientCertPairId ?? ADD_NEW
98
- const verifyServerTlsCert = editedInstance?.tls?.verifyServerCert ?? true
+ const verifyServerTlsCert = editedInstance?.tls?.verifyServerCert ?? false
99
const selectedCaCertName = editedInstance?.tls?.caCertId ?? NO_CA_CERT
100
const sentinelMasterUsername = editedInstance?.sentinelMaster?.username ?? ''
101
const sentinelMasterPassword = editedInstance?.sentinelMaster?.password ?? ''
0 commit comments