[wp-meta] [Making WordPress.org] #591: Get Warning Notices in WordPress 4.0-RC1, because the Cert is invalid for 66.155.40.203
Making WordPress.org
noreply at wordpress.org
Thu Aug 28 17:59:39 UTC 2014
#591: Get Warning Notices in WordPress 4.0-RC1, because the Cert is invalid for
66.155.40.203
------------------------------------+-----------------
Reporter: developwithconviction | Owner:
Type: defect | Status: new
Priority: high | Component: SSL
Resolution: | Keywords:
------------------------------------+-----------------
Comment (by developwithconviction):
Temporary fix seems to be:
wp-config.php
{{{
add_filter( 'http_api_transports', function()
{
return array( 'streams' );
});
}}}
As stated on another site:
{{{
This is a problem with changes in WordPress’ HTTP API. It isn’t fully
compatible with cURL anymore.
I am not sure, why exactly it happens (there is no context information
given, when this error occurs), but you can add a temporary fix.
}}}
Source: http://wordpress.stackexchange.com/questions/121334/unexpected-
error-on-update-requests
I can fully confirm this statement. It seems to be that Wordpress isn't
fully compatible with cURL anymore. (Reasons take a look at the above two
posts from me)
This is only a temporary fix for people coming from sites like Google.com
searching for a solution here, until we get a real/official solution.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/591#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list