Opened 20 years ago
Closed 19 years ago
#2311 closed defect (bug) (fixed)
Automatic enclosures do not work if the site_url is https
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.2 | Priority: | normal |
| Severity: | normal | Version: | 2.0 |
| Component: | Administration | Keywords: | bg|has-patch bg|commit |
| Focuses: | Cc: |
Description
Like 2310, the issue is that fsockopen tries to speak http to an https port. This doesn't work to well, and gives a 400 error. A similar method can be used to correct this bug. A patch for the 2.0 release is attached, however, as of this report, the enclosures bit in the svn code is still busted.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Works only on the 2.0 release code!