diff options
-rw-r--r-- | OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs b/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs index 68f35e8..687fa82 100644 --- a/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs +++ b/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs | |||
@@ -408,7 +408,7 @@ namespace OpenSim.Region.Environment.Modules.InterGrid | |||
408 | if (httpSSL) | 408 | if (httpSSL) |
409 | { | 409 | { |
410 | rezHttpProtocol = "https://"; | 410 | rezHttpProtocol = "https://"; |
411 | 411 | regionCapsHttpProtocol = "https://"; | |
412 | urlport = httpsslport.ToString(); | 412 | urlport = httpsslport.ToString(); |
413 | 413 | ||
414 | if (httpsCN.Length > 0) | 414 | if (httpsCN.Length > 0) |
@@ -416,8 +416,6 @@ namespace OpenSim.Region.Environment.Modules.InterGrid | |||
416 | } | 416 | } |
417 | 417 | ||
418 | 418 | ||
419 | // Be warned that the two following lines assume http not | ||
420 | // https since region caps are not implemented in https currently | ||
421 | 419 | ||
422 | // DEPRECIATED | 420 | // DEPRECIATED |
423 | responseMap["seed_capability"] = LLSD.FromString(regionCapsHttpProtocol + httpaddr + ":" + reg.HttpPort + "/CAPS/" + userCap.CapsObjectPath + "0000/"); | 421 | responseMap["seed_capability"] = LLSD.FromString(regionCapsHttpProtocol + httpaddr + ":" + reg.HttpPort + "/CAPS/" + userCap.CapsObjectPath + "0000/"); |