mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
change NoVerifyCertChain and NoVerifyCertHostname default to true, as stated on ini files
This commit is contained in:
@@ -82,8 +82,8 @@ namespace OpenSim.Framework.Servers
|
||||
m_osSecret = UUID.Random().ToString();
|
||||
}
|
||||
|
||||
private static bool m_NoVerifyCertChain = false;
|
||||
private static bool m_NoVerifyCertHostname = false;
|
||||
private static bool m_NoVerifyCertChain = true;
|
||||
private static bool m_NoVerifyCertHostname = true;
|
||||
|
||||
public static bool ValidateServerCertificate(
|
||||
object sender,
|
||||
|
||||
Reference in New Issue
Block a user