summaryrefslogtreecommitdiff
path: root/indra/llcrashlogger/llcrashlogger.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-09-11 20:59:43 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-09-11 21:00:20 +0300
commit6936736d1766a8a683b7058dbfdaee3c07e30cf7 (patch)
treed24bc34385b8816838b3b64bca743f23fbe6e934 /indra/llcrashlogger/llcrashlogger.cpp
parent3ab3d957de295fb755440c534aa5aa4d65852fc8 (diff)
Revert SL-13927 commit 8c8eac256bdb51fdf9e6e297280b2017d26c3588.
Got into D503 by accident
Diffstat (limited to 'indra/llcrashlogger/llcrashlogger.cpp')
-rw-r--r--indra/llcrashlogger/llcrashlogger.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcrashlogger/llcrashlogger.cpp b/indra/llcrashlogger/llcrashlogger.cpp
index e02f3a6306..62fcdaf545 100644
--- a/indra/llcrashlogger/llcrashlogger.cpp
+++ b/indra/llcrashlogger/llcrashlogger.cpp
@@ -411,7 +411,6 @@ bool LLCrashLogger::runCrashLogPost(std::string host, LLSD data, std::string msg
LLCore::HttpOptions::ptr_t httpOpts(new LLCore::HttpOptions);
httpOpts->setTimeout(timeout);
- httpOpts->setSSLVerifyPeer(false);
for(int i = 0; i < retries; ++i)
{