Configuring Apache access control
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Apache Server configuration support > Configuring Apache access control




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Configuring Apache access control  
Yuri Shtil


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-26-07 06:23 PM

I have the following entry in my http.conf:

#-------------
<Location /newkr>
SSLVerifyClient require
SSLVerifyDepth 1
AuthName SOME
AuthType Basic
AuthBasicProvider ldap
AuthUserFile nul
AuthLDAPUrl "ldap://ldap.bla.com/ou=People, o=bla.com" TLS
AuthzLDAPAuthoritative off
require valid-user
</Location>
#------------------

The authentication works fine, BUT the browser (IE7) prompts for the
user name and password with the following warning:

Warning: This server is requesting that your username and password be
sent in an insecure manner (basic authentication without a secure
connection).

It looks like then traffic between the browser and Apache is not
encrypted and the password can be intercepted.

Any idea how to configure to prevent this? The apache doc only says: use
SSL, but how?





[ Post a follow-up to this message ]



    Re: Configuring Apache access control  
SnowBlind


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-27-07 12:22 AM

On Thu, 26 Jul 2007 09:17:59 -0700, Yuri Shtil <yshtil@cisco.com>
wrote:

AuthType Basic seems to be the issue here,
since it is not encrypted and the server tells you so.
Look at
http://httpd.apache.org/docs/2.0/ssl/ssl_howto.html
Which I think covers your issue.






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 10:11 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register