Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #37733


Ignore:
Timestamp:
08/19/2016 09:21:26 AM (8 years ago)
Author:
flixos90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37733 – Description

    initial v1  
    11Since 4.6, one of my plugins has a problem with making a remote request. I get the error `cURL error 3: malformed`. The underlying codebase can be found here: https://github.com/felixarntz/wp-encrypt/blob/master/inc/WPENC/Core/Client.php#L384
    22
    3 This has worked correctly in previous WordPress versions, but fails now. The person who supported this bug to me (in the plugin support forums) notified me that other plugins see similar problems (for example https://wordpress.org/support/topic/curl-error-3-malformed-error?replies=3).
     3This has worked correctly in previous WordPress versions, but fails now. The person who reported this bug to me (in the plugin support forums) notified me that other plugins see similar problems (for example https://wordpress.org/support/topic/curl-error-3-malformed-error?replies=3).