0

I have a java webapps that runs ReCaptcha anti bot spam on one of the registration form request. It works fine on my development local machine, however, when i deployed it on my client's Solaris 10 server, it all went south. it throws this error message "recaptcha-not-reachable"

Found this solution on the net, and it gave me a little insight on what's going on :

https://code.google.com/p/recaptcha/wiki/FirewallsAndRecaptcha

But the question is, how do i allow outbound access to all IPs on port 80 or use a proxy server to do access control based on host name in Solaris 10 ? I have very little knowledge on Solaris Firewall rules management. I have been searching up and low, but still unable to find a clear tutorial on how to do it.

Does Anybody has similar experience ? need your opinion on this ! thanks!

4

1 回答 1

0

解决了。

与我的网络人员核实,出站通信端口 80 没有被阻止。

我的 ipfilter 也没有启用。

所以尝试ping google.com,但仍然失败。所以我怀疑问题出在我的机器域名解析服务器上。

所以我查看了 vi /etc/resolv.conf,我通过使用 www.OpenDNS.com DNS IP 让它工作了。

于 2013-10-16T16:11:17.993 回答