• Hi All!

    I installed WP on the local computer. Periodically, an error appears that is indicated in the subject header with an indication of line 384 in update.php.

    I assume that the problem is related to my internet connection (mobile with a very poor connection).
    Do I understand correctly that the wp_remote_post function (which is specified in the error) is responsible for fast publishing to the WP?
    How to disable it?

    The fact is that the site is developed locally. There will be no quick publications. And connections with WP.org at the time of development is not necessary.

    How do I disable the REST API for sites developed locally?

    Thanks!

    P.S. Sorry for my bad english

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    Your WP installation occasionally checks for available updates. The wp.org servers are extremely busy and sometimes site connections fail and generate the error message you see. It’s generally not your local connection at fault but at the wp.org end. I have a fast, reliable connection and I still get those messages. Usually a page reload resolves the error. There’s nothing wrong with your site, it’s nothing to be concerned about.

    Do not attempt to disable the REST API. WP is relying upon it more and more for normal operations. Disabling will cause some back end functionality to fail. Connecting to wp.org IS necessary even on localhost installations. It’s still important to keep all code up to date, otherwise conflicts will develop.

    Thread Starter valery2016

    (@valery2016)

    @bcworkz
    Thank! I understood you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress could not establish a secure connection to www.remarpro.com’ is closed to new replies.