Forum Moderators: phranque

Message Too Old, No Replies

mod auth sspi.so With SSL Apache 2.2x not working

         

bad2

3:30 pm on Apr 24, 2008 (gmt 0)

10+ Year Member



Hi Im trying to setup mod_auth_SSPI with SSL. I have setup SSPI and works great with HTTP but once i try to access it using HTTPS (ssl) im getting 401 errors. any help would be great

LoadModule sspi_auth_module modules/mod_auth_sspi.so
<Location "/deployer">
AllowOverride None
Options None
Order allow,deny
Allow from all

AuthName "My Intranet"
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
SSPIOfferBasic On
SSPIBasicPreferred Off
require valid-user
</Location>