<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 &quot;proxy&quot; 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>            &#39;http&#39; =&gt; array(
<br>                &#39;header&#39; =&gt; &quot;Content-type: application/x-www-form-urlencoded\r\n&quot;,
<br>                &#39;method&#39; =&gt; &#39;POST&#39;,
<br>                &#39;content&#39; =&gt; $params-&gt;toQueryString(),
<br>                // Force the peer to validate (not needed in 5.6.0+, but still works)
<br>                &#39;verify_peer&#39; =&gt; true,
<br>                // Force the peer validation to use <a href="http://www.google.com">www.google.com</a>
<br>                $peer_key =&gt; &#39;<a href="http://www.google.com">www.google.com</a>&#39;,
<br>                <b>&#39;proxy&#39; =&gt; &#39;server:port&#39;,</b>
<br>            ),
<br>        );<br></span></div></blockquote><font face="monospace">Gregg</font></div>