• I have installed wordpress website on my localhost. I am using Wamp server as my localhost. Now I want to update the plugins and other contents of WordPress. but the following error occurs.
    Error : “Download failed. No working transports found”

    I am using an active internet connection on the pc having WAMP as well as on client pc

    Please Help any one

Viewing 1 replies (of 1 total)
  • Hello @lokgoya,

    Your local WordPress installation is unable to make an external HTTP call requests to the internet. You need to enable OpenSSL Extension from your php.ini file.

    Please follow the steps below to enable it.

      > Open WAMP server
      > Left click on the WAMP Server system icon click on PHP then select php.ini
      > Locate php_openssl.dll inside the php.ini config file
      > Un-comment ; from ;extension=php_openssl.dll to activate the extension
      > Save the php.ini config file then restart your WAMP Server

    Does this resolves the issue for you?

    Best,

    • This reply was modified 3 years, 8 months ago by tarhe.
Viewing 1 replies (of 1 total)
  • The topic ‘Download failed. No working transports found’ is closed to new replies.