Beanstalk Getting Socket error 110: Connection tim

2019-05-29 12:57发布

I am using Beanstalk server with Pheanstalk Connection in php application.

Previously it was fine, but suddenly it is getting error

Critical: Fatal. Socket error 110: Connection timed out

Any help would be appreciated.

Thanks

1条回答
▲ chillily
2楼-- · 2019-05-29 13:51

This is a problem at your firewall, you should read the manual or config files of Beanstalk server to find out what port it's using and allow the used ports (default 11300) in your firewall where needed. After this you should never see this error again. If it's still not working: Please set the IP as well

I hope this is helpful to you and will bring you into the right direction.

查看更多
登录 后发表回答