diff options
author | UbitUmarov | 2016-10-09 01:01:52 +0100 |
---|---|---|
committer | UbitUmarov | 2016-10-09 01:01:52 +0100 |
commit | 5b946405a09a4ec89e0d7664fabbf5015c7c62e8 (patch) | |
tree | c1d29ec42bd4bf546e1a51eea00863dcac1fee12 /bin | |
parent | Merge branch 'master' into httptests (diff) | |
download | opensim-SC-5b946405a09a4ec89e0d7664fabbf5015c7c62e8.zip opensim-SC-5b946405a09a4ec89e0d7664fabbf5015c7c62e8.tar.gz opensim-SC-5b946405a09a4ec89e0d7664fabbf5015c7c62e8.tar.bz2 opensim-SC-5b946405a09a4ec89e0d7664fabbf5015c7c62e8.tar.xz |
changes to regions ssl suport: verify if hostnames are validate by the selected cert, make clear that for now all regions need to have the same ExternalHostName if using sll (due to other code that needs to be changed later)
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index d1ded36..07e1c48 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -501,10 +501,12 @@ | |||
501 | console_port = 0 | 501 | console_port = 0 |
502 | 502 | ||
503 | ; ssl config: Experimental! | 503 | ; ssl config: Experimental! |
504 | http_listener_ssl = false ; if set to true main server is replaced a ssl one | 504 | http_listener_ssl = false ; if set to true main server is replaced by a ssl one |
505 | http_listener_sslport = 9001 ; Use this port for SSL connections | 505 | http_listener_sslport = 9001 ; Use this port for SSL connections |
506 | http_listener_cn = "myexternalip" ; // should be the External ip and match the CN on the cert | 506 | ; currently if using ssl, regions ExternalHostName must the the same and equal to http_listener_cn |
507 | http_listener_cert_path = "mycert.p12" ; path for the cert file | 507 | ; this will change is future |
508 | http_listener_cn = "myRegionsExternalHostName" | ||
509 | http_listener_cert_path = "mycert.p12" ; path for the cert file that is valid for the ExternalHostName | ||
508 | http_listener_cert_pass = "mycertpass" ; the cert passwork | 510 | http_listener_cert_pass = "mycertpass" ; the cert passwork |
509 | 511 | ||
510 | ; HTTPS for "Out of band" management applications such as the remote | 512 | ; HTTPS for "Out of band" management applications such as the remote |