Connection
Use BASIC client intelligence.
Authentication
Encryption
# Connection
infinispan.client.hotrod.server_list=${HOTROD_ROUTE_HOSTNAME}:443
# Use BASIC client intelligence.
infinispan.client.hotrod.client_intelligence=BASIC
# Authentication
infinispan.client.hotrod.use_auth=true
infinispan.client.hotrod.auth_username=${USERNAME}
infinispan.client.hotrod.auth_password=${PASSWORD}
infinispan.client.hotrod.auth_server_name=${APPLICATION_NAME}
infinispan.client.hotrod.sasl_mechanism=DIGEST-MD5
infinispan.client.hotrod.sasl_properties.javax.security.sasl.qop=auth
# Encryption
infinispan.client.hotrod.sni_host_name=${HOTROD_ROUTE_HOSTNAME}
infinispan.client.hotrod.trust_store_path=path/to/tls.crt
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow