From dbbbec48dfbc51f30953d8a46f4fc8f192bd277c Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Sun, 14 Sep 2008 18:39:17 +0000 Subject: * 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 --- bin/OpenSim.ini.example | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bin') 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 http_listener_port = 9000 remoting_listener_port = 8895 +; ssl config: Experimental! The auto https config only really works definately on windows XP now +; you need a Cert Request/Signed pair installed in the MY store with the CN specified below +; you can use https on other platforms, but you'll need to configure the httpapi yourself for now +http_listener_ssl = false ; Also create a SSL server +http_listener_cn = "localhost" ; Use the cert with the common name +http_listener_sslport = 9001 ; Use this port for SSL connections +http_listener_ssl_cert = "" ; Currently unused, but will be used for OSHttpServer + + ; Uncomment below to enable llRemoteData/remote channels ; remoteDataPort = 20800 -- cgit v1.1