From 5b946405a09a4ec89e0d7664fabbf5015c7c62e8 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 9 Oct 2016 01:01:52 +0100 Subject: 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) --- bin/OpenSimDefaults.ini | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'bin') 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 @@ console_port = 0 ; ssl config: Experimental! - http_listener_ssl = false ; if set to true main server is replaced a ssl one + http_listener_ssl = false ; if set to true main server is replaced by a ssl one http_listener_sslport = 9001 ; Use this port for SSL connections - http_listener_cn = "myexternalip" ; // should be the External ip and match the CN on the cert - http_listener_cert_path = "mycert.p12" ; path for the cert file + ; currently if using ssl, regions ExternalHostName must the the same and equal to http_listener_cn + ; this will change is future + http_listener_cn = "myRegionsExternalHostName" + http_listener_cert_path = "mycert.p12" ; path for the cert file that is valid for the ExternalHostName http_listener_cert_pass = "mycertpass" ; the cert passwork ; HTTPS for "Out of band" management applications such as the remote -- cgit v1.1