Opened 7 years ago
Last modified 7 years ago
#48124 new defect (bug)
Cant disable SSL verification when using Requests::request_multiple
| Reported by: | Josh Stopper | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | HTTP API | Version: | 5.3 |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.