[wp-trac] [WordPress Trac] #32306: wp-cron throws 500 errors for SSL enabled sites
WordPress Trac
noreply at wordpress.org
Fri Aug 19 01:38:22 UTC 2016
#32306: wp-cron throws 500 errors for SSL enabled sites
-------------------------------+------------------------------
Reporter: coatesg | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: Awaiting Review
Component: Cron API | Version: 4.2.1
Severity: normal | Resolution:
Keywords: reporter-feedback | Focuses:
-------------------------------+------------------------------
Changes (by dd32):
* milestone: => Awaiting Review
Comment:
Took a quick look around, and it does seem to be caused by WordPress, kind
of.
The error 32 part seems to mean that the WordPress HTTP client has
disconnected the SSL socket before the data comes back over the wire.
wp-cron specifically does this, it doesn't care about the response, so it
disconnects from the stream ASAP, but Apache/FastCGI don't seem too happy
with.
I don't think anything needs doing in WordPress here on the cron
requesting side, but maybe we can respond to the cron HTTP request/socket
with headers and a body quicker and avoid the logged warning.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/32306#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list