[wp-trac] [WordPress Trac] #43110: Warning: WordPress could not establish a secure connection to WordPress.org
WordPress Trac
noreply at wordpress.org
Thu Jan 18 03:37:32 UTC 2018
#43110: Warning: WordPress could not establish a secure connection to WordPress.org
-------------------------------+------------------------------
Reporter: subrataemfluence | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 4.9.2
Severity: normal | Resolution:
Keywords: reporter-feedback | Focuses:
-------------------------------+------------------------------
Changes (by dd32):
* keywords: => reporter-feedback
Comment:
Hi @subrataemfluence,
Are you still experiencing this?
In general, this warning is shown when there's a slow network connection
between you and WordPress.org, which results in the connection timing out.
The simplest way of finding out if this is the cause, is to run the
following code:
{{{
var_dump( wp_remote_get( 'https://api.wordpress.org/core/stable-
check/1.0/', array( 'timeout' => 1 ) ) );
}}}
If that doesn't succeed, try increasing the timeout to 10 (seconds) if
that succeeds, the issue is down to the network speed.
We set a reasonably low timeout on the API requests as most servers are on
much faster connections than most development servers (which i where the
error will show up).
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43110#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list