On Sun, Jun 5, 2011 at 12:33 AM, Simon Cornelius P Umacob < [email protected]> wrote:
> Hi Yehuda, > > I've encountered this problem some time ago too. The simple fix was > to limit the country field to two characters only. I'm not sure why > you're exception never makes its way to the page (there's a try/catch > block, right?)-- perhaps it's because errors are disabled in > php.ini... > I am in the habit of putting a fake country in my certificate requests (since StartSSL rewrites them anyway), which is the error that I am getting. Yes, the point is that I am trying to create a wrapper around the openssl_ function calls to catch any errors thrown by them, but the exceptions never make it through the pipe (so to say). - Yehuda
