Hi Duncan, On Fri, Sep 14, 2012 at 01:34:04PM +1000, Duncan Hall wrote: > Thanks for your help on this, there was a network issue in the VPN I use > to access my dev environment that was causing the delays.
OK, thanks for the feedback. > One thing I did notice on CentOS 5.8 and 6.3 is that at compile time I > now need to use USE_STATIC_PCRE=1 instead of USE_PCRE=1. If I use > USE_PCRE=1 it will compile and run but if the conf file references an > ssl cert it cannot read the key in the pem file. That's amazing, it should be totally unrelated. I just checked my libssl and libcrypto here and none of them makes use of any regex call. This looks like a nasty side effect. If you could post a minimal config which reliably reproduces the issue, including one such pem file (a test one, not yours of course) and report your build options, we could try on different platforms and try to find a workaround. USE_STATIC_PCRE is not always an option for everyone. Regards, Willy

