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:

The error seems to be occuring here:

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.