<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Gregg,<br>
<br>
These 2 configuration options are not in 4.20 and upwards.<br>
The new Google code posts to an https URL, so you can't proxy it
anyway.<br>
I didn't want to potentially break Google's code by removing the
https security from it.<br>
<br>
Cheers,<br>
Jules.<br>
<br>
<br>
<div class="moz-cite-prefix">On 16/03/2017 07:30, Gregg Douglas
wrote:<br>
</div>
<blockquote
cite="mid:CAKE9jaak_2w7cogBDoUKo+sAEY7unB=DgMP4sjWP4L4asXg9jw@mail.gmail.com"
type="cite">
<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
moz-do-not-send="true" href="http://www.google.com">www.google.com</a>
<br>
$peer_key => '<a moz-do-not-send="true"
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>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
ZendTo mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ZendTo@zend.to">ZendTo@zend.to</a>
<a class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a></pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">Jules
--
Julian Field MEng CEng CITP MBCS MIEEE MACM
'Every morning when I wake,
Dear Lord, a little prayer I make,
O please do keep Thy lovely eye
On all poor creatures born to die
And every evening at sun-down
I ask a blessing on the town,
For whether we last the night or no
I'm sure is always touch-and-go.
We are not wholly bad or good
Who live our lives under Milk Wood,
And Thou, I know, wilt be the first
To see our best side, not our worst.
O let us see another day!
Bless us all this night, I pray,
And to the sun we all will bow
And say, good-bye - but just for now!'
- Dylan Thomas
<a class="moz-txt-link-abbreviated" href="http://www.Zend.To">www.Zend.To</a>
Twitter: @JulesFM
PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654
</pre>
</body>
</html>