[wp-trac] [WordPress Trac] #48407: Change link to api.wordpress.org to HTTPS
WordPress Trac
noreply at wordpress.org
Wed Oct 23 18:55:20 UTC 2019
#48407: Change link to api.wordpress.org to HTTPS
-------------------------------+------------------------------
Reporter: lenasterg | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: trunk
Severity: trivial | Resolution:
Keywords: 2nd-opinion close | Focuses: administration
-------------------------------+------------------------------
Changes (by SergeyBiryukov):
* keywords: 2nd-opinion => 2nd-opinion close
Comment:
Replying to [comment:2 lenasterg]:
> You are right on that, I needed to add to the ticket, that the lines
1654-1656 are useless and need to go.
> As I see it, they add extra load since the specific API (as all from
WordPress.org) is given in HTTPS.
As far as I can see, the `wp_http_supports( array( 'ssl' ) )` check
introduced in [41605] is not useless, as not all sites support HTTPS
requests due to outdated cURL, OpenSSL, or other configuration issues. See
some examples in #25716, #25738, #26010.
#42004 standardized all requests to `api.wordpress.org` on using the
`wp_http_supports( array( 'ssl' ) )` check, so changing this one instance
would be inconsistent.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/48407#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list