diff options
author | UbitUmarov | 2017-05-27 14:39:56 +0100 |
---|---|---|
committer | UbitUmarov | 2017-05-27 14:39:56 +0100 |
commit | 6a0eba3d7b3e580ce074b0b3cd13694fce31df2f (patch) | |
tree | 9d0f6b8f96f83eed131b7605e76594792a411740 /OpenSim/Region | |
parent | get back to .net4.0 for now (diff) | |
download | opensim-SC-6a0eba3d7b3e580ce074b0b3cd13694fce31df2f.zip opensim-SC-6a0eba3d7b3e580ce074b0b3cd13694fce31df2f.tar.gz opensim-SC-6a0eba3d7b3e580ce074b0b3cd13694fce31df2f.tar.bz2 opensim-SC-6a0eba3d7b3e580ce074b0b3cd13694fce31df2f.tar.xz |
disable llhttprequests secure con, since it still collides with main ssl settings
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs b/OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs index 57dc556..b499b19 100644 --- a/OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs +++ b/OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs | |||
@@ -110,7 +110,7 @@ namespace OpenSim.Region.CoreModules.Scripting.HttpRequest | |||
110 | 110 | ||
111 | public HttpRequestModule() | 111 | public HttpRequestModule() |
112 | { | 112 | { |
113 | ServicePointManager.ServerCertificateValidationCallback +=ValidateServerCertificate; | 113 | // ServicePointManager.ServerCertificateValidationCallback +=ValidateServerCertificate; |
114 | } | 114 | } |
115 | 115 | ||
116 | public static bool ValidateServerCertificate( | 116 | public static bool ValidateServerCertificate( |