0
votes

[DSE6.8, Opscenter6.7] When building a DSE cluster in LCM, only one node is recognized by Opscenter if require_endpoint_verification: is set to true. I suspect that this is due to the IP address not being added correctly. Do you know why?

(The only other setting was DSE Unified Authentication)

server_encryption_options:
    internode_encryption: all
    keystore_type: JKS
    keystore: path_to_keystore.jks
    keystore_password: keystore_password
    require_client_auth: true
    require_endpoint_verification: true
    truststore_type: JKS
    truststore: path_to_truststore.jks
    truststore_password: truststore_password