The following code sample shows the contents of the symmetric-server.properties file:# Specify the hostname/IP address to bind to.
(Default 0.0.0.0 will bind to all interfaces.)
#
host.bind.name=0.0.0.0
# Enable synchronization over HTTP.
#
http.enable=true
# Port number for synchronization over HTTP.
#
http.port=31415
# Enable synchronization over HTTPS (HTTP over SSL).
#
https.enable=false
# Port number for synchronization over HTTPS (HTTP over SSL).
#
https.port=31417
# Use a trust manager that allows self-signed server SSL certificates.
#
https.allow.self.signed.certs=true
# List host names that are allowed for server SSL certificates.
#
https.verified.server.names=all
# Enable Java Management Extensions (JMX) web console.
#
jmx.http.enable=true
# Port number for Java Management Extensions (JMX) web console.
#
jmx.http.port=31416