[wp-meta] [Making WordPress.org] #1172: Server with broken CERTS cannot "upgrade network" since 4.2.3
Making WordPress.org
noreply at wordpress.org
Tue Aug 11 16:04:16 UTC 2015
#1172: Server with broken CERTS cannot "upgrade network" since 4.2.3
----------------------+---------------------
Reporter: hallcp | Owner:
Type: defect | Status: closed
Priority: normal | Component: General
Resolution: invalid | Keywords:
----------------------+---------------------
Changes (by iandunn):
* status: new => closed
* resolution: => invalid
Comment:
Rouven is correct, but it's even better to use filters rather than hacking
core file:
{{{
add_filter( 'https_ssl_verify', '__return_false' );
add_filter( 'https_local_ssl_verify', '__return_false' );
}}}
Don't leave that on permanently, though, just when you're running the
network upgrade. Otherwise you'd open the server up to impersonation
attacks, etc.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1172#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list