From f9c028bb612a1753b886939e851c2b21ff17764a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 8 Feb 2009 01:05:33 +0000 Subject: --- README.txt | 3 ++- config.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index e162090..aedf8bf 100644 --- a/README.txt +++ b/README.txt @@ -49,7 +49,8 @@ III. HOW TO START THE NETCALENDAR DISTRIBUTED (WITH SSL): 1. Server and client should use, if possible, the same version of the JRE. 2. You should copy the complete NetCalendar suite to the client and the server -computer. +computer. On edit on both sides (server and client) the conf.txt and set +use_ssl to true. 3. You should create clientKeys,clientTrust,serverKeys and serverTrust as discribed in http://www.ibm.com/developerworks/java/library/j-customssl/ and diff --git a/config.txt b/config.txt index f0c814f..589b593 100644 --- a/config.txt +++ b/config.txt @@ -9,4 +9,4 @@ server_port=4321; server_run=false; server_startup_command=none; server_updatedb_command=none; -use_ssl=true; +use_ssl=false; -- cgit v1.2.3