Ignore:
Timestamp:
Jan 25, 2012, 4:11:57 PM (12 years ago)
Author:
andersk
Message:
Rename /__scripts/safarihack to /__scripts/certerror

Apparently this thing is actually useful.  (It enables a workaround
for the fact that browsers don’t let you try again after failing to
present a certificate under SSLVerifyClient optional.)  We should give
it a real name before telling anyone to use it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/config/etc/httpd/conf.d/scripts-special.conf

    r2066 r2119  
    3030
    3131    RewriteCond %{HTTP_USER_AGENT} Mac\ OS\ X.*AppleWebKit
    32     RewriteRule /afs/athena.mit.edu/contrib/scripts/www/needcerts(.*) /__scripts/safarihack$1 [L]
     32    RewriteRule /afs/athena.mit.edu/contrib/scripts/www/needcerts(.*) /__scripts/certerror$1 [L]
    3333
    3434    RewriteRule /afs/athena.mit.edu/contrib/scripts/www/needcerts(.+) $1 [L]
     
    3636</Location>
    3737
    38 <Location /__scripts/safarihack>
     38<Location /__scripts/certerror>
    3939    SSLVerifyClient require
    40     RewriteRule /afs/athena.mit.edu/contrib/scripts/www/safarihack(.+) $1 [L]
    41     RewriteRule /afs/athena.mit.edu/contrib/scripts/www/safarihack /__scripts/unauthorized.html [L]
     40    RewriteRule /afs/athena.mit.edu/contrib/scripts/www/certerror(.+) $1 [L]
     41    RewriteRule /afs/athena.mit.edu/contrib/scripts/www/certerror /__scripts/unauthorized.html [L]
    4242</Location>
Note: See TracChangeset for help on using the changeset viewer.