<div dir="ltr">Hi,<div><br></div><div>The proxy options for the Google reCaptcha are not working -</div><div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">recaptchaProxy</span><br></span></div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">recaptchaProxyPort</span><br></span></div></blockquote><font color="#000000" face="monospace"><br></font></div><div><font color="#000000" face="monospace">In Version 4.20, I had to add the "proxy" option in the Post.php under </font><span style="color:rgb(0,0,0);font-family:monospace">/opt/zendto/www/ReCaptcha/RequestMethod:</span></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">$options = array(
</span><br> 'http' => array(
<br> 'header' => "Content-type: application/x-www-form-urlencoded\r\n",
<br> 'method' => 'POST',
<br> 'content' => $params->toQueryString(),
<br> // Force the peer to validate (not needed in 5.6.0+, but still works)
<br> 'verify_peer' => true,
<br> // Force the peer validation to use <a href="http://www.google.com">www.google.com</a>
<br> $peer_key => '<a href="http://www.google.com">www.google.com</a>',
<br> <b>'proxy' => 'server:port',</b>
<br> ),
<br> );<br></span></div></blockquote><font face="monospace">Gregg</font></div>