Make WordPress Core

Opened 5 years ago

Last modified 5 years ago

#48124 new defect (bug)

Cant disable SSL verification when using Requests::request_multiple

Reported by: josh-stopper's profile Josh Stopper Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 5.3
Component: HTTP API Keywords: reporter-feedback
Focuses: Cc:

Description

When using the Requests::request_multiple method, it is not possible to disable SSL verification using verify or verifyname.

setup_handle in wp-includes/Requests/Transport/cURL.php configures CURL options but does not configure any options for verify or verifyname.

Attachments (1)

patch.diff (1.1 KB) - added by Josh Stopper 5 years ago.

Download all attachments as: .zip

Change History (3)

@Josh Stopper
5 years ago

#1 @SergeyBiryukov
5 years ago

Hi there, welcome to WordPress Trac! Thanks for the report and the patch.

Requests is an external library, please submit the patch upstream on GitHub: https://github.com/rmccue/Requests.

#2 @andraganescu
5 years ago

  • Keywords reporter-feedback added
Note: See TracTickets for help on using tickets.