Making WordPress.org

Changes between Version 3 and Version 4 of Ticket #1172, comment 1


Ignore:
Timestamp:
08/11/2015 03:44:07 PM (9 years ago)
Author:
rhurling
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1172, comment 1

    v3 v4  
    44`$response = wp_remote_get( $upgrade_url, array( 'timeout' => 120, 'httpversion' => '1.1' ) );` (that's in line number 69 for me)
    55like this
    6 `$response = wp_remote_get( $upgrade_url, array( 'timeout' => 120, 'httpversion' => '1.1', 'sslverify' => false ) );` in `wp-admin/network/upgrade.php` that should work. (It would disable the verification of the SSL Certs)
     6`$response = wp_remote_get( $upgrade_url, array( 'timeout' => 120, 'httpversion' => '1.1', 'sslverify' => false ) );`
     7in `wp-admin/network/upgrade.php` that should work. (It would disable the verification of the SSL Certs)
    78
    89@Meta Trac maintainers: Not sure if I should set it to invalid, so I'm just leaving it as is.