commit | 8fd98d89b93004dd904d5161b171cb5434c04681 | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Thu Jun 23 18:22:08 2016 -0700 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Sat Jun 25 03:36:32 2016 +0000 |
tree | d81bc5791fbd2b350788fd7b835c45b1114febd0 | |
parent | 811cd6e8a561e01d32370e1732161dcbac03e7db [diff] |
Set CURLOPT_SSL_VERIFYHOST explicitly. The default value for CURLOPT_SSL_VERIFYHOST is already 2, but it doesn't hurt to make that value explicit, as we do with CURLOPT_SSL_VERIFYPEER. Bug: 29603063 Change-Id: I89a07a905f959bab889da02a4cb6c9be714887cb TEST: Sent a payload request to an https:// URL, still works.