• Resolved Yayoo

    (@yayoo)


    Hey,

    I’m unable to get update-notification since 3.7.1.
    My WP-Site runs behind a Proxy, which doesn’t allow any HTTPS connections. But WordPress uses HTTPS to request new updates.
    A second installation at another server ran properly, because this installation uses HTTP. The WP-Installations are completely identical, therefore I guess, that there’s a server configuration, but I can’t discover which one..

    I’ve already update the config:

    define('WP_PROXY_HOST', '...');
    define('WP_PROXY_PORT', '80');
    define('WP_PROXY_USERNAME', '');
    define('WP_PROXY_PASSWORD', '');
    define('WP_PROXY_BYPASS_HOSTS', 'localhost, ...');
    define('WP_USEPROXY', TRUE);

    And set 'sslverify' => false at \wp-includes\class-http.php, line 83.
    Also I’ve updated to PHP 5.4.4..

    Thank You!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Yayoo

    (@yayoo)

    I’ve written a small Plugin which manipulates the remote url -> Rewrite https to http. The original function doesn’t seem to work with my server-config and always suggests, that ssl is supported.

    Thread Starter Yayoo

    (@yayoo)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable SSL at Updaterequest’ is closed to new replies.