|
1 | 1 | <!-- |
2 | | - Nonfunctional subdomains: |
3 | | -
|
4 | | - - bauerticker |
5 | | - - distance |
6 | | - - orientation.distance (reset) |
7 | | - - www.hrm (CN: *.contentactive.com; 404) |
8 | | - - m.law (reset) |
9 | | - - www.uhsa (SN: ssl.uh.edu; redirects there) |
10 | | - - weekendu (reset) |
11 | | -
|
12 | | -
|
13 | | - Problematic subdomains: |
14 | | -
|
15 | | - - www.arch (CN: ssl.uh.edu; |
16 | | - - eto (expired; works) |
17 | | - - researchstores.nsm.uh.edu (CN: nsm.uh.edu; works) |
18 | | - - www.sw (CN: ssl.uh.edu; |
19 | | -
|
20 | | -
|
21 | | - Fully covered subdomains: |
22 | | -
|
23 | | - - ^ |
24 | | - - accessuh |
25 | | - - (www.)bauer |
26 | | - - (www.)coe |
27 | | - - (www.)egr |
28 | | - - (www.)law |
29 | | - - fp.my |
30 | | - - myuh |
31 | | - - nsm |
32 | | - - forms.nsm |
33 | | - - mail.nsm |
34 | | - - mynsm.nsm |
35 | | - - mynsmstore.nsm |
36 | | - - nsmit.nsm |
37 | | - - www.nsm |
38 | | - - www.opt |
39 | | - - ssl |
40 | | - - (www.)tech |
41 | | - - vnet |
42 | | - - www |
43 | | -
|
| 2 | + Non-functional hosts |
| 3 | + Timeout was reached: |
| 4 | + - bauerticker.uh.edu |
| 5 | + - orientation.distance.uh.edu |
| 6 | + - eto.uh.edu |
| 7 | + - nsm.uh.edu |
| 8 | + - forms.nsm.uh.edu |
| 9 | + - nsmit.nsm.uh.edu |
| 10 | + - researchstores.nsm.uh.edu |
| 11 | + - www.nsm.uh.edu |
| 12 | +
|
| 13 | + SSL connect error: |
| 14 | + - m.law.uh.edu |
| 15 | +
|
| 16 | + SSL peer certificate was not OK: |
| 17 | + - www.arch.uh.edu |
| 18 | + - bauer.uh.edu |
| 19 | + - coe.uh.edu |
| 20 | + - distance.uh.edu |
| 21 | + - egr.uh.edu |
| 22 | + - www.hrm.uh.edu |
| 23 | + - law.uh.edu |
| 24 | + - mail.nsm.uh.edu |
| 25 | + - www.sw.uh.edu |
| 26 | + - www.uhsa.uh.edu |
| 27 | + - weekendu.uh.edu |
| 28 | +
|
| 29 | + Peer certificate cannot be authenticated with given CA certificates: |
| 30 | + - myuh.uh.edu |
| 31 | +
|
| 32 | + Incomplete certificate chain error: |
| 33 | + - tech.uh.edu |
| 34 | + - www.tech.uh.edu |
| 35 | + - vnet.uh.edu |
| 36 | +
|
| 37 | + Mixed content blocking (MCB) triggered: |
| 38 | + - www.law.uh.edu |
44 | 39 | --> |
45 | 40 | <ruleset name="University of Houston (partial)"> |
46 | | - |
47 | | - <target host="*.uh.edu" /> |
48 | | - |
49 | | - |
50 | | - <securecookie host=".+" name=".+"/> |
51 | | - |
52 | | - |
53 | | - <rule from="^http://(?:www\.)?uh\.edu/" |
54 | | - to="https://ssl.uh.edu/" /> |
55 | | - |
56 | | - <rule from="^http://(accessuh|fp\.mh|myuh|(?:forms|mail|mynsm|mynsmstore|nsmit)\.nsm|www\.opt|ssl|vnet)\.uh\.edu/" |
57 | | - to="https://$1.uh.edu/" /> |
58 | | - |
59 | | - <!-- Certs don't match www. |
60 | | - --> |
61 | | - <rule from="^http://(?:www\.)?nsm\.uh\.edu/" |
62 | | - to="https://nsm.uh.edu/" /> |
63 | | - |
64 | | - <!-- Certs don't match !www. |
65 | | - --> |
66 | | - <rule from="^http://(?:www\.)?(bauer|coe|egr|law|tech)\.uh\.edu/" |
67 | | - to="https://www.$1.uh.edu/" /> |
68 | | - |
| 41 | + <target host="uh.edu" /> |
| 42 | + <target host="www.uh.edu" /> |
| 43 | + <target host="accessuh.uh.edu" /> |
| 44 | + <target host="www.bauer.uh.edu" /> |
| 45 | + <target host="www.coe.uh.edu" /> |
| 46 | + <target host="www.egr.uh.edu" /> |
| 47 | + <target host="www.opt.uh.edu" /> |
| 48 | + <target host="ssl.uh.edu" /> |
| 49 | + |
| 50 | + <securecookie host=".+" name=".+" /> |
| 51 | + |
| 52 | + <rule from="^http:" to="https:" /> |
69 | 53 | </ruleset> |
0 commit comments