diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2010-01-20 18:48:34 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2010-01-20 18:48:34 -0500 |
commit | b2d761b69f47435022b06159a11d86670c8ee8a3 (patch) | |
tree | 527dfaaae6bf2215111e6c1e7286e43002bcfc4f /indra/llmessage/llhttpclient.cpp | |
parent | e7bb883153d8daad68ef5ce5876309e8fa605284 (diff) | |
parent | fd069bd02a53d33775f552d5bc1b6f6ab21db77c (diff) |
Automated merge with 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 << " " |