When in SSL mode, basic authentication does not take place. I am relying on
REMOTE_USER variable set by Apache to set cookies and direct the user to his
data. Since going SSL I find that basic authentication does  not take place,
as a  result of which REMOTE_USER is not set.

I wonder if any setting is missing. I researched SSL and tried the
following:
SSLRequireSSL
SSLVerifyClient optional
SSLVerifyDepth 2
SSLRequire %{SSL_CLIENT_VERIFY} eq "SUCCESS"

# if no user certificate is present, fallback to password-based
authentication
Satisfy any

but that did not work.

Any assistance is appreciated.
Ranga Nathan
[EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to