2006-04-12 08:43:40 +08:00
|
|
|
# Sample system.properties file
|
|
|
|
#
|
2007-02-03 05:12:01 +08:00
|
|
|
## Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
## contributor license agreements. See the NOTICE file distributed with
|
|
|
|
## this work for additional information regarding copyright ownership.
|
|
|
|
## The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
|
## (the "License"); you may not use this file except in compliance with
|
|
|
|
## the License. You may obtain a copy of the License at
|
|
|
|
##
|
|
|
|
## http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
##
|
|
|
|
## Unless required by applicable law or agreed to in writing, software
|
|
|
|
## distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
## See the License for the specific language governing permissions and
|
|
|
|
## limitations under the License.
|
2006-04-12 08:43:40 +08:00
|
|
|
#
|
2011-05-22 19:53:04 +08:00
|
|
|
# For details of Oracle Java network properties, see for example:
|
|
|
|
# http://download.oracle.com/javase/1.5.0/docs/guide/net/properties.html
|
|
|
|
#
|
|
|
|
# Sample properties:
|
2007-10-08 01:46:04 +08:00
|
|
|
#
|
2006-06-02 02:12:40 +08:00
|
|
|
#java.net.preferIPv4Stack=false
|
|
|
|
#java.net.preferIPv6Addresses=false
|
|
|
|
#networkaddress.cache.ttl=-1
|
|
|
|
#networkaddress.cache.negative.ttl=10
|
2007-02-03 03:07:32 +08:00
|
|
|
#
|
2007-02-03 06:12:46 +08:00
|
|
|
#
|
|
|
|
# SSL properties (moved from jmeter.properties)
|
|
|
|
|
2011-11-05 19:38:40 +08:00
|
|
|
# See http://download.oracle.com/javase/1.5.0/docs/guide/security/jsse/JSSERefGuide.html#Customization
|
|
|
|
# for information on the javax.ssl system properties
|
2007-02-03 06:12:46 +08:00
|
|
|
|
2011-11-05 19:38:40 +08:00
|
|
|
# Truststore properties (trusted certificates)
|
|
|
|
#javax.net.ssl.trustStore=/path/to/[jsse]cacerts
|
|
|
|
#javax.net.ssl.trustStorePassword
|
|
|
|
#javax.net.ssl.trustStoreProvider
|
|
|
|
#javax.net.ssl.trustStoreType [default = KeyStore.getDefaultType()]
|
|
|
|
|
|
|
|
# Keystore properties (client certificates)
|
|
|
|
# Location
|
2007-02-04 03:09:42 +08:00
|
|
|
#javax.net.ssl.keyStore=.keystore
|
|
|
|
#
|
2007-02-03 06:12:46 +08:00
|
|
|
#The password to your keystore
|
2007-02-03 07:38:20 +08:00
|
|
|
#javax.net.ssl.keyStorePassword=changeit
|
2011-11-05 19:38:40 +08:00
|
|
|
#
|
|
|
|
#javax.net.ssl.keyStoreProvider
|
|
|
|
#javax.net.ssl.keyStoreType [default = KeyStore.getDefaultType()]
|
2007-02-03 06:12:46 +08:00
|
|
|
|
2007-02-03 03:07:32 +08:00
|
|
|
# SSL debugging:
|
2011-05-22 19:53:04 +08:00
|
|
|
# See http://download.oracle.com/javase/1.5.0/docs/guide/security/jsse/JSSERefGuide.html#Debug
|
2007-02-03 03:07:32 +08:00
|
|
|
#
|
|
|
|
# javax.net.debug=help - generates the list below:
|
|
|
|
#all turn on all debugging
|
|
|
|
#ssl turn on ssl debugging
|
|
|
|
#
|
|
|
|
#The following can be used with ssl:
|
|
|
|
# record enable per-record tracing
|
|
|
|
# handshake print each handshake message
|
|
|
|
# keygen print key generation data
|
|
|
|
# session print session activity
|
|
|
|
# defaultctx print default SSL initialization
|
|
|
|
# sslctx print SSLContext tracing
|
|
|
|
# sessioncache print session cache tracing
|
|
|
|
# keymanager print key manager tracing
|
|
|
|
# trustmanager print trust manager tracing
|
|
|
|
#
|
|
|
|
# handshake debugging can be widened with:
|
|
|
|
# data hex dump of each handshake message
|
|
|
|
# verbose verbose handshake message printing
|
|
|
|
#
|
|
|
|
# record debugging can be widened with:
|
|
|
|
# plaintext hex dump of record plaintext
|
|
|
|
#
|
2011-05-22 19:53:04 +08:00
|
|
|
# Examples:
|
2007-02-03 05:12:01 +08:00
|
|
|
#javax.net.debug=ssl
|
2011-05-22 19:53:04 +08:00
|
|
|
#javax.net.debug=sslctx,session,sessioncache
|
|
|
|
#
|
|
|
|
#
|
2011-05-22 20:05:54 +08:00
|
|
|
# We enable the following property to allow headers such as "Host" to be passed through.
|
2011-05-22 19:53:04 +08:00
|
|
|
# See http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6996110
|
2013-08-02 21:52:59 +08:00
|
|
|
sun.net.http.allowRestrictedHeaders=true
|
|
|
|
|
|
|
|
#Uncomment for Kerberos authentication and edit the 2 config files to match your domains
|
2013-08-24 00:13:51 +08:00
|
|
|
#With the following configuration krb5.conf and jaas.conf must be located in bin folder
|
|
|
|
#You can modify these file paths to use absolute location
|
2013-08-02 21:52:59 +08:00
|
|
|
#java.security.krb5.conf=krb5.conf
|
|
|
|
#java.security.auth.login.config=jaas.conf
|