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.
Loading
Please sign in to comment