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
should be using PerlEnv_getenv() instead of getenv()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");
|
|---|