in reply to Re: SSL client certificate appears to persist across web requests, but only under mod_perl
in thread SSL client certificate appears to persist across web requests, but only under mod_perl

Interesting. I see in http://search.cpan.org/src/DLAND/Crypt-SSLeay-0.57_01/SSLeay.xs
SV* SSL_CTX_set_verify(ctx) SSL_CTX* ctx PREINIT: char* CAfile; char* CAdir; CODE: CAfile=getenv("HTTPS_CA_FILE"); CAdir =getenv("HTTPS_CA_DIR");
should be using PerlEnv_getenv() instead of getenv()
  • Comment on Re^2: SSL client certificate appears to persist across web requests, but only under mod_perl
  • Download Code