At 01:51 PM 7/4/2005, Markus Wichitill wrote:
Eric wrote:
Do you have "SSLOptions FakeBasicAuth" enabled? That would probably overwrite the normal $r->user with the name from the SSL client certificate (non-existent in your case).
No, I just have this:
<Files ~ "\.(cgi|shtml|phtml|php3?)$">
    SSLOptions +StdEnvVars
</Files>

And are you sure it's not inherited from somewhere else? Try "SSLOptions +StdEnvVars -FakeBasicAuth".

I did try that. Still no user. It looks like everything else that I could want is in the %ENV, but not that.



I should end up with a user in that case anyway, it would just be the wrong from some part of the cert info.

According to your env dump, there's no client certificate, so there's no name. Client certs are not commonly used, only server certs.

Ok, at least that much more makes sense then.

Thanks,

Eric



Reply via email to