diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-01-21 15:35:40 +0000 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-01-21 15:35:40 +0000 |
commit | 435dcdb3e307f70b5d0be801a98fb05cb1c87fcf (patch) | |
tree | 1a5bc4c64c1eb70e65225b30694dc34718aeb294 /indra/llmessage/llhttpclient.cpp | |
parent | bf1219eb59a9dbaebd3e2052963ded76bfcb0b21 (diff) | |
parent | 1a927f38d2266220f4000f35f64328476f9ffde6 (diff) |
Merged from ssh://hg.lindenlab.com/viewer/viewer-2-0
Diffstat (limited to 'indra/llmessage/llhttpclient.cpp')
-rw-r--r-- | indra/llmessage/llhttpclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llhttpclient.cpp b/indra/llmessage/llhttpclient.cpp index 12ecbb36eb..dd56e18caf 100644 --- a/indra/llmessage/llhttpclient.cpp +++ b/indra/llmessage/llhttpclient.cpp @@ -222,7 +222,7 @@ static void request( LLPumpIO::chain_t chain; LLURLRequest* req = new LLURLRequest(method, url); - req->checkRootCertificate(true); + req->checkRootCertificate(LLCurl::getSSLVerify()); lldebugs << LLURLRequest::actionAsVerb(method) << " " << url << " " |