|
3 | 3 |
|
4 | 4 | - TunnelBroker.xml |
5 | 5 |
|
6 | | -
|
7 | | -
|
8 | | - Nonfunctional subdomains: |
9 | | -
|
10 | | - - bgp.he.net (refused) |
11 | | - - man.he.net (redirects to www.he.net, valid cert) |
12 | | -
|
13 | | -
|
14 | | - bgp.he.net and faq.he.net don't support SSL at the moment |
15 | | -
|
16 | | -
|
17 | | - Problematic domains: |
18 | | -
|
19 | | - - (www.)hu.com * |
20 | | - - hurricaneelectric.com * |
21 | | -
|
22 | | - * Alternative domains, same content, using he.net certificate |
23 | | -
|
| 6 | + Non-functional hosts |
| 7 | + SSL connect error: |
| 8 | + - man.he.net |
| 9 | +
|
| 10 | + SSL peer certificate was not OK: |
| 11 | + - he.com |
| 12 | + - www.he.com |
| 13 | + - hurricaneelectric.net |
24 | 14 | --> |
25 | | -<ruleset name="Hurricane Electric"> |
26 | | - |
| 15 | +<ruleset name="Hurricane Electric (partial)"> |
27 | 16 | <target host="he.com" /> |
28 | 17 | <target host="www.he.com" /> |
| 18 | + |
29 | 19 | <target host="he.net" /> |
30 | | - <target host="*.he.net" /> |
| 20 | + <target host="www.he.net" /> |
| 21 | + <target host="admin.he.net" /> |
| 22 | + <target host="bgp.he.net" /> |
| 23 | + <test url="http://bgp.he.net/AS39056" /> |
| 24 | + <target host="code.he.net" /> |
| 25 | + <target host="cust.he.net" /> |
| 26 | + <target host="dns.he.net" /> |
| 27 | + <target host="faq.he.net" /> |
| 28 | + <target host="ipv6.he.net" /> |
| 29 | + |
31 | 30 | <target host="hurricaneelectric.net" /> |
| 31 | + <test url="http://hurricaneelectric.net/tour/" /> |
32 | 32 |
|
| 33 | + <securecookie host=".+" name=".+" /> |
| 34 | + |
| 35 | + <rule from="^http://(www\.)?he\.com/" |
| 36 | + to="https://www.he.net/" /> |
| 37 | + |
| 38 | + <rule from="^http://hurricaneelectric\.net/" |
| 39 | + to="https://www.he.net/" /> |
33 | 40 |
|
34 | | - <securecookie host="^(?:.*\.)?he\.net$" name=".+" /> |
35 | | - |
36 | | - |
37 | | - <rule from="^http://(?:www\.)?h(?:e\.com|urricaneelectric\.net)/" |
38 | | - to="https://www.he.net/" /> |
39 | | - |
40 | | - <rule from="^http://((?:admin|code|cust|dns|ipv6|www)\.)?he\.net/" |
41 | | - to="https://$1he.net/" /> |
42 | | - |
| 41 | + <rule from="^http:" to="https:" /> |
43 | 42 | </ruleset> |
0 commit comments