SSL config question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I need some help getting SSL to work in conjunction with auth. Using the following vhost entry, SSLng works fine if we set the following config up with <VirtualHost 10.1.2.98:443>. However, we only want ssl used when accessing the /kna directory so we left off the ssl port on the VirtualHost directive and included SSLReguire within that directory. It does not work, Apace errors with " SSl connection required".

Any help is appreciated!





<VirtualHost 10.1.2.98>

    ServerAdmin nathan@xxxxxxxxxxxxxx
    DocumentRoot c:/nwls/htdocs
    ServerName nwlocation.com
    ServerAlias www.nwlocation.com
    ErrorLog c:/nwls/logs/error_log
    CustomLog c:/nwls/logs/access_log common


 SSLEngine on		
 SSLCertificateFile    c:/www/ssl/server.crt
 SSLCertificateKeyFile c:/www/ssl/server.pem
 SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown

<Directory "c:/nwls/htdocs/">
    Options FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>


<Directory c:/nwls/htdocs/kna/>

AuthType Basic
AuthName "Authorization Required"
AuthUserFile c:/nwls/passwords
Require user test
SSLRequireSSL

</Directory>

</VirtualHost>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux