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 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.

Reply via email to