Problem: Authentification with Netscape Communicator 4.73
Apache + mod_ssl is asking for my digital certficiate twice.
I am using basic authentification with LDAP and mod_auth_ldap,
AS WELL as mod_ssl for a location specified
You can see basically how LDAP connects, so ignore thatn syntax, and
look at my ssl info.
It looks a bit like this.
------------[snip]--------------
<Location /secure_info>
SSLRequireSSL
SSLVerifyCLient require
AuthName "Secure Information Here!"
AuthType Basic
AuthLDAPHosts "myldapserver.domain.com:389"
AuthLDAPBaseDN "o=myldapbasetreename"
AuthLDAPSearchScope onelevel
AuthLDAPUserKey username
AuthLDAPPassKey userpassword
AuthLDAPGroupKey memberof
<Limit GET POST>
require group beerdrinkers
</Limit>
</Location>
------------[snip]--------------
Am I just having a problem because of SSLRequireSSL? I must note here as
well, I am OUTSIDE the virtual host and the <IFDefine SSL> tags.
The reason why I am confused is because, this works perfectly in
Internet Explorer. Not that I care, but my clients use it and they are
also looking for support for Netscape as well. And at the present
moment, I cannont answer why this is happening.
- John
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]