aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorTeravus Ovares2008-09-14 18:39:17 +0000
committerTeravus Ovares2008-09-14 18:39:17 +0000
commitdbbbec48dfbc51f30953d8a46f4fc8f192bd277c (patch)
tree218f93b95724e8bdc9a9c6e986268f2101c1eb6e /bin
parentAdded some further clipping to color- and alpha-values. (diff)
downloadopensim-SC_OLD-dbbbec48dfbc51f30953d8a46f4fc8f192bd277c.zip
opensim-SC_OLD-dbbbec48dfbc51f30953d8a46f4fc8f192bd277c.tar.gz
opensim-SC_OLD-dbbbec48dfbc51f30953d8a46f4fc8f192bd277c.tar.bz2
opensim-SC_OLD-dbbbec48dfbc51f30953d8a46f4fc8f192bd277c.tar.xz
* This update makes configuring SSL a little easier on Windows XP. It also makes it possible to run a HTTPS server on the region. It also has a junk Certification authority for test purposes.
* There are still a lot of things that are hard coded to use http. They need to be fixed. * Also includes directions * A standard junk PEM file to append to app_settings/CA.pem in the client so SSL will work
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 28a32cf..eda5813 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -169,6 +169,15 @@ dump_assets_to_file = false
169http_listener_port = 9000 169http_listener_port = 9000
170remoting_listener_port = 8895 170remoting_listener_port = 8895
171 171
172; ssl config: Experimental! The auto https config only really works definately on windows XP now
173; you need a Cert Request/Signed pair installed in the MY store with the CN specified below
174; you can use https on other platforms, but you'll need to configure the httpapi yourself for now
175http_listener_ssl = false ; Also create a SSL server
176http_listener_cn = "localhost" ; Use the cert with the common name
177http_listener_sslport = 9001 ; Use this port for SSL connections
178http_listener_ssl_cert = "" ; Currently unused, but will be used for OSHttpServer
179
180
172; Uncomment below to enable llRemoteData/remote channels 181; Uncomment below to enable llRemoteData/remote channels
173; remoteDataPort = 20800 182; remoteDataPort = 20800
174 183