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 | 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)
Note: See
TracTickets for help on using
tickets.
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.