diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2010-01-20 16:41:32 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2010-01-20 16:41:32 -0500 |
commit | 761371f7220ad795880975558cda6a0740820a86 (patch) | |
tree | f914f3df8fed5a3e9b7cdc5e6fa7efb85415fee3 /indra/llmessage/llurlrequest.cpp | |
parent | fd5ee757a5c9bb014fd021139e8b701a6007c9d0 (diff) | |
parent | df7e5dd1dc491e6f2a8bcff44d75f8e2113b8b6f (diff) |
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/llmessage/llurlrequest.cpp')
-rw-r--r-- | indra/llmessage/llurlrequest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/llurlrequest.cpp b/indra/llmessage/llurlrequest.cpp index 81b7761ed5..4e7ceff984 100644 --- a/indra/llmessage/llurlrequest.cpp +++ b/indra/llmessage/llurlrequest.cpp @@ -163,6 +163,7 @@ void LLURLRequest::setBodyLimit(U32 size) void LLURLRequest::checkRootCertificate(bool check) { mDetail->mCurlRequest->setopt(CURLOPT_SSL_VERIFYPEER, (check? TRUE : FALSE)); + mDetail->mCurlRequest->setopt(CURLOPT_SSL_VERIFYHOST, (check? 2 : 0)); mDetail->mCurlRequest->setoptString(CURLOPT_ENCODING, ""); } |