Opened 18 years ago
Closed 18 years ago
#3765 closed defect (bug) (fixed)
Cron creates infinite Loop when using Wordpress with SSL
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.2 | Priority: | high |
Severity: | major | Version: | 2.1 |
Component: | General | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
In Wordpress 2.1 the Cron.php calles every second itself and blockes the server. This only happens when using the Wordpress-Blog with ssl under https. The infinite Loop causes serious problems in the server performance. Problem appeared since Wordpress 2.1.
Attachments (3)
Change History (17)
#3
@
18 years ago
- Keywords has-patch added
- Milestone changed from 2.1.1 to 2.1.2
2.1.1 is out, so bumping the milestone to 2.1.2.
#4
@
18 years ago
- Owner changed from anonymous to rob1n
- Status changed from new to assigned
While the patch looks sound, I think the if/else's are a little weird. I'll work on a new patch.
#7
@
18 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Robert Deaton to wp-hackers 7:04 pm:
This needs a check to make sure OpenSSL support is compiled in.
Checking for the existence of one of the functions at
http://php.net/openssl should do.
Note: See
TracTickets for help on using
tickets.
Patch for infinite SSL-Loop in Wordpress 2.1