I am getting Error: error:0307A071:bignum routines:BN_rand_range:too many iterations when trying to refresh token on a XAMPP install on my machine:
<https://lh3.googleusercontent.com/-o2SAl4wckNE/VnVLPayRdqI/AAAAAAAA8Vk/U06JbCSOofg/s1600/oatherror.png> The error seems to be occuring here: <https://lh3.googleusercontent.com/-FDhdmDZdT0A/VnVL0e4eutI/AAAAAAAA8Vs/hna20ux4Wig/s1600/oathcode.png> Error and Http Code results are as follows: Error: error:0307A071:bignum routines:BN_rand_range:too many iterations Httpcode: 0 There is a twist however: If I run the same codebase through the debugger in Eclipse I don't get an error: It runs as expected I get: Httpcode: 200 The only difference other than it working correctly through eclipse is that the following line of code: $ch = $this->curlUtils->CreateSession($url); (line 119 in the MakeRequest() code) returns different values. It returns a value of ch: Resource id #51 when I run it through eclipse and ch: Resource id #49 when I run it stand alone. I hope this is enough information: Any help is appreciated. Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/a9119c5f-04d3-4382-bfed-a1a4c28a05d4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
