Activating the JetPack WordPress Plugin When Using Heroku?

I get the following error when I try to activate the JetPack plugin on my WordPress instance that I was running on Heroku.

Jetpack was unable to contact WordPress.com: register_http_request_failed. This usually means that something is incorrectly configured on your website. Operation completed after 15000 milliseconds with 0 bytes received

I found an expression that Heroku blocks this type of business traffic, but cannot find any documentation to support the claim.

+5
source share
2 answers

So far, I have found two ways to solve this problem:

1) ( , , ): Web Dynos Heroku 2, JetPack, Dynos 1 0.

2) Jetpack: httpd.conf, :

http://jetpack.me/support/getting-started-with-jetpack/troubleshooting-tips/jetpack-heroku/

, !

+1

php.ini  function 'ini_get' 'php.ini', 'max_execution_time' 60

-1

All Articles