On 11/20/06, Nathan Kellogg <apache@xxxxxxxxxxxxxx> wrote:
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".
You need to setup two vhosts: one with SSL, the other without. Then redirect to the SSL vhost for requests to the non-SSL vhost in the /kna directory. See the second example here: http://wiki.apache.org/httpd/Recipes/RedirectSSL Joshua. --------------------------------------------------------------------- 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