diff options
author | UbitUmarov | 2016-12-07 20:33:38 +0000 |
---|---|---|
committer | UbitUmarov | 2016-12-07 20:33:38 +0000 |
commit | 95ff859484637fe1bedfc50f0a1d9be449113971 (patch) | |
tree | d8ef97583aba029c7a0cb2d7b62ca481bb7a7c34 /bin/Robust.HG.ini.example | |
parent | add SSL certs validation options for regions to allow simple encriptation wit... (diff) | |
download | opensim-SC-95ff859484637fe1bedfc50f0a1d9be449113971.zip opensim-SC-95ff859484637fe1bedfc50f0a1d9be449113971.tar.gz opensim-SC-95ff859484637fe1bedfc50f0a1d9be449113971.tar.bz2 opensim-SC-95ff859484637fe1bedfc50f0a1d9be449113971.tar.xz |
change a few ssl config comments
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index f66b245..0382d4b 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -70,15 +70,13 @@ | |||
70 | ; How many lines of command history should we keep? (default is 100) | 70 | ; How many lines of command history should we keep? (default is 100) |
71 | ConsoleHistoryFileLines = 100 | 71 | ConsoleHistoryFileLines = 100 |
72 | 72 | ||
73 | ; peers SSL certificate validation options (if using ssl) | 73 | ; peers SSL certificate validation options |
74 | ; used also on contacting other peers that require SSL and we don't | 74 | ; you can allow selfsigned certificates or no official CA with next option set to true |
75 | ; you should set this to false forcing all peers (like regions) to have valid certificates | ||
76 | ; but you can allow selfsigned certificates or no official CA with next option true | ||
77 | NoVerifyCertChain = true | 75 | NoVerifyCertChain = true |
78 | ; you can also bypass the hostname or domain verification | 76 | ; you can also bypass the hostname or domain verification |
79 | NoVerifyCertHostname = true | 77 | NoVerifyCertHostname = true |
80 | ; having both options true does provide encriptation, but low security | 78 | ; having both options true does provide encryption but with low security |
81 | ; possible enought for small grids, specially it not comercial | 79 | ; set both true if you don't care to use SSL, they are needed to contact regions or grids that do use it. |
82 | 80 | ||
83 | 81 | ||
84 | [ServiceList] | 82 | [ServiceList] |