diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2010-01-20 17:53:24 -0500 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2010-01-20 17:53:24 -0500 |
| commit | a0700b6a74e928277d303a026c5c5748454b33ca (patch) | |
| tree | 9ea280e74d515f425199748e07545bd863303f3e /indra/llmessage/llhttpclient.cpp | |
| parent | 36606145ff353a5e1ef2cebb58d58e857c12b3ae (diff) | |
| parent | 761371f7220ad795880975558cda6a0740820a86 (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 << " " |
