disable llhttprequests secure con, since it still collides with main ssl settings

httptests
UbitUmarov 2017-05-27 14:39:56 +01:00
parent a2c824e124
commit 6a0eba3d7b
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ namespace OpenSim.Region.CoreModules.Scripting.HttpRequest
public HttpRequestModule()
{
ServicePointManager.ServerCertificateValidationCallback +=ValidateServerCertificate;
// ServicePointManager.ServerCertificateValidationCallback +=ValidateServerCertificate;
}
public static bool ValidateServerCertificate(