aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorUbitUmarov2016-10-06 21:35:11 +0100
committerUbitUmarov2016-10-06 21:35:11 +0100
commitb51739e23ecc071a107755c7613ff274f65c3a64 (patch)
treef86af87ea451271a06acc62e769e97ea33cd9bd9 /bin/OpenSimDefaults.ini
parentMerge branch 'master' into httptests (diff)
downloadopensim-SC-b51739e23ecc071a107755c7613ff274f65c3a64.zip
opensim-SC-b51739e23ecc071a107755c7613ff274f65c3a64.tar.gz
opensim-SC-b51739e23ecc071a107755c7613ff274f65c3a64.tar.bz2
opensim-SC-b51739e23ecc071a107755c7613ff274f65c3a64.tar.xz
recover regions main http server ssl suport. Using a PKCS12 cert file, and not certs store for now. Option http_listener_cn, cert CN need to the same as external IP. Self sign certs do seem to work, but the viewers option NoVerifySLLCert needs to be set true. CA check is not done but they do check the IP
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini11
1 files changed, 5 insertions, 6 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 47257b2..418330e 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -500,13 +500,12 @@
500 http_listener_port = 9000 500 http_listener_port = 9000
501 console_port = 0 501 console_port = 0
502 502
503 ; ssl config: Experimental! The auto https config only really works definately on windows XP now 503 ; ssl config: Experimental!
504 ; you need a Cert Request/Signed pair installed in the MY store with the CN specified below 504 http_listener_ssl = false ; if set to true main server is replaced a ssl one
505 ; you can use https on other platforms, but you'll need to configure the httpapi yourself for now
506 http_listener_ssl = false ; Also create a SSL server
507 http_listener_cn = "localhost" ; Use the cert with the common name
508 http_listener_sslport = 9001 ; Use this port for SSL connections 505 http_listener_sslport = 9001 ; Use this port for SSL connections
509 http_listener_ssl_cert = "" ; Currently unused, but will be used for OSHttpServer 506 http_listener_cn = "myexternalip" ; // should be the External ip and match the CN on the cert
507 http_listener_cert_path = "mycert.p12" ; path for the cert file
508 http_listener_cert_pass = "mycertpass" ; the cert passwork
510 509
511 ; HTTPS for "Out of band" management applications such as the remote 510 ; HTTPS for "Out of band" management applications such as the remote
512 ; admin module 511 ; admin module