diff options
author | wbauer <wbauer@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-09-19 12:17:47 +0000 |
---|---|---|
committer | wbauer <wbauer@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-09-19 12:17:47 +0000 |
commit | 9ca314eced8a73f58282684597468f98621ac502 (patch) | |
tree | 296c6617b5ebc2d0002098bdeece45e21c816ba0 /BKULocal/src/main/resources/at/gv | |
parent | 40e57f6c9101ddcc00422d95086d6a485c3ceda2 (diff) | |
download | mocca-9ca314eced8a73f58282684597468f98621ac502.tar.gz mocca-9ca314eced8a73f58282684597468f98621ac502.tar.bz2 mocca-9ca314eced8a73f58282684597468f98621ac502.zip |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@53 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKULocal/src/main/resources/at/gv')
-rw-r--r-- | BKULocal/src/main/resources/at/gv/egiz/bku/local/conf/defaultConf.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/BKULocal/src/main/resources/at/gv/egiz/bku/local/conf/defaultConf.properties b/BKULocal/src/main/resources/at/gv/egiz/bku/local/conf/defaultConf.properties index 93796a7e..31f55ed0 100644 --- a/BKULocal/src/main/resources/at/gv/egiz/bku/local/conf/defaultConf.properties +++ b/BKULocal/src/main/resources/at/gv/egiz/bku/local/conf/defaultConf.properties @@ -45,9 +45,15 @@ SSL.cache.lifetime=3600 # use authority info access extension to find ca certs.
SSL.useAIA=true
+# Don't set to true in production environments
+# Attention flag only used for debugging
+SSL.disableAllChecks=false
# ------------ END SSL Config --------------------
ValidateHashDataInputs=true
+#HTTPProxyHost=localhost
+#HTTPProxyPort=8888
+
|