|
1 | 1 | <!-- |
2 | 2 | Unsupported subdomains: |
3 | | -
|
4 | | - bookstore (times out) |
5 | | - callcenter (no public access) |
6 | | - fpgis (different HTTP vs HTTPS content) |
7 | | - greenandgold (SSL error: ssl_error_rx_record_too_long) |
8 | | - lib (cert is for *.consortiumlibrary.org and consortiumlibrary.org) |
9 | | - math (self-signed cert is for spangolite.ua.ad.alaska.edu) |
10 | | - phb (cannot connect to server) |
11 | | - webmail (different HTTP vs HTTPS content) |
12 | | -
|
13 | | - Subdomains that are handled by cross-domain redirects in this ruleset: |
14 | | -
|
15 | | - hosting (sometimes) |
16 | | - moodle |
17 | | - womens |
18 | | -
|
| 3 | + bookstore (times out) |
| 4 | + callcenter (no public access) |
| 5 | + edit (cannot connect to server) |
| 6 | + elive (cannot connect to server) |
| 7 | + greenandgold (Mismatch) |
| 8 | + lib (Mismatch) |
| 9 | + math (self-signed cert is for spangolite.ua.ad.alaska.edu) |
| 10 | + phb (cannot connect to server) |
| 11 | + student (403) |
| 12 | + techsupport.uaa.alaska.edu (Mismatch) |
| 13 | + webaccess.uaa.alaska.edu (Mismatch) |
| 14 | + webmail (different HTTP vs HTTPS content) |
| 15 | + edit.www.uaa.alaska.edu (cannot connect to server) |
19 | 16 | --> |
20 | | -<ruleset name="University of Alaska Anchorage (partial)" default_off="Additional testing recommended"> |
| 17 | +<ruleset name="University-of-Alaska-Anchorage (partial)"> |
21 | 18 | <target host="classes.uaa.alaska.edu" /> |
22 | 19 | <target host="coe.uaa.alaska.edu" /> |
23 | | - <target host="edit.uaa.alaska.edu" /> |
24 | | - <target host="elive.uaa.alaska.edu" /> |
| 20 | + <target host="fpgis.uaa.alaska.edu" /> |
25 | 21 | <target host="hosting.uaa.alaska.edu" /> |
26 | 22 | <target host="kb.uaa.alaska.edu" /> |
27 | | - <target host="longdistance.uaa.alaska.edu" /> |
28 | 23 | <target host="me.uaa.alaska.edu" /> |
29 | 24 | <target host="moodle.uaa.alaska.edu" /> |
30 | 25 | <target host="owa.uaa.alaska.edu" /> |
31 | | - <target host="student.uaa.alaska.edu" /> |
32 | 26 | <target host="technology.uaa.alaska.edu" /> |
33 | | - <target host="techsupport.uaa.alaska.edu" /> |
34 | | - <target host="webaccess.uaa.alaska.edu" /> |
35 | 27 | <target host="womens.uaa.alaska.edu" /> |
36 | 28 | <target host="www.uaa.alaska.edu" /> |
37 | | - <target host="edit.www.uaa.alaska.edu" /> |
38 | | - |
39 | | - <securecookie host="^(?:classes|coe|edit|elive|hosting|kb|longdistance|me|owa|student|technology|techsupport|webaccess|www)\.uaa\.alaska\.edu$" |
40 | | - name=".+" /> |
41 | | - |
42 | | - <exclusion pattern="^http://www\.uaa\.alaska\.edu/map/(?:CampusMap\.swf|interactive\.cfm)" /> |
43 | | - |
44 | | - <rule from="^http://(classes|coe|edit|elive|kb|longdistance|me|owa|student|technology|techsupport|webaccess|www)\.uaa\.alaska\.edu/" |
45 | | - to="https://$1.uaa.alaska.edu/" /> |
46 | | - <rule from="^http://edit\.www\.uaa\.alaska\.edu/" |
47 | | - to="https://edit.uaa.alaska.edu/" /> |
48 | 29 |
|
49 | | - <rule from="^http://hosting\.uaa\.alaska\.edu/?$" |
50 | | - to="https://www.uaa.alaska.edu/informationtechnologyservices/" /> |
51 | | - <rule from="^http://hosting\.uaa\.alaska\.edu/(.+)" |
52 | | - to="https://hosting.uaa.alaska.edu/$1" /> |
53 | | - <rule from="^http://moodle\.uaa\.alaska\.edu(?:$|/.*)" |
54 | | - to="https://www.uaa.alaska.edu/classes/facultyresources/" /> |
55 | | - <rule from="^http://womens\.uaa\.alaska\.edu(?:$|/.*)" |
56 | | - to="https://www.uaa.alaska.edu/womensstudies/" /> |
| 30 | + <securecookie host=".+" name=".+" /> |
57 | 31 |
|
58 | | - <!-- Remains broken over TLS as of August, 2014 --> |
59 | | - <rule from="^https://www\.uaa\.alaska\.edu/map/interactive\.cfm" |
60 | | - to="http://www.uaa.alaska.edu/map/interactive.cfm" downgrade="1" /> |
| 32 | + <rule from="^http:" to="https:" /> |
61 | 33 | </ruleset> |
0 commit comments