apache - private_pub "incorrect signature" issue in production -
i using private_pub gem achieve real time chat in app. while works fine on staging, unable working on production. both servers amazon ec2 instances ubuntu os.
in production error when hit page containing subscribe_to method. though faye.js being served fine.
the error in browser console : "error":"incorrect signature."
i have added rails_env=production bundle exec rackup private_pub.ru -s thin -e production suggested in 1 of issues.
both production , staging have same apache config , ports open, exception being staging uses ufw firewall. additional needs done?
i using proxypass settings in httpd conf in apache.
proxypass "/faye/" "ws://127.0.0.1:9292/" proxypass "/faye/" "http://127.0.0.1:9292/faye/" also, there no errors in apache , application logs.
make sure using same config both faye server , private pub gem. try restarting faye server , check again.
"incorrect signature" has nothing apache proxy.
Comments
Post a Comment