Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
49 lines (33 sloc)
1.99 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Disabled by https-everywhere-checker because: | |
Fetch error: http://clicktracks.com/ => https://www.clicktracks.com/: (35, 'error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol') | |
Fetch error: http://lyris.com/ => https://www.lyris.com/: (51, "SSL: no alternative certificate subject name matches target host name 'www.lyris.com'") | |
Fetch error: http://lyrishq.com/ => https://www.lyris.com/blog: (51, "SSL: no alternative certificate subject name matches target host name 'www.lyris.com'") | |
Fetch error: http://www.lyrishq.com/ => https://www.lyris.com/blog: (51, "SSL: no alternative certificate subject name matches target host name 'www.lyris.com'") | |
Disabled by https-everywhere-checker because: | |
Fetch error: http://clicktracks.com/ => https://www.clicktracks.com/: (28, 'Connection timed out after 10000 milliseconds') | |
Fetch error: http://lyris.com/ => https://www.lyris.com/: (28, 'Connection timed out after 10000 milliseconds') | |
Fetch error: http://lyrishq.com/ => https://www.lyris.com/blog: (28, 'Connection timed out after 10000 milliseconds') | |
Fetch error: http://www.lyrishq.com/ => https://www.lyris.com/blog: (28, 'Connection timed out after 10001 milliseconds') Bucket at c307956.ssl.cf1.rackcdn.com | |
Other Lyris rulesets: | |
- Up0.net.xml | |
--> | |
<ruleset name="Lyris (partial)" platform="mixedcontent" default_off="failed ruleset test"> | |
<target host="clicktracks.com" /> | |
<target host="stats1.clicktracks.com" /> | |
<target host="www.clicktracks.com" /> | |
<target host="lyris.com"/> | |
<target host="landing.lyris.com" /> | |
<target host="www.lyris.com" /> | |
<target host="lyrishq.com"/> | |
<target host="www.lyrishq.com"/> | |
<securecookie host="^(?:.*\.)?lyris\.com$" name=".+" /> | |
<!-- Cert only matches *.clicktracks.com. --> | |
<rule from="^http://clicktracks\.com/" | |
to="https://www.clicktracks.com/" /> | |
<rule from="^http://lyris\.com/" | |
to="https://www.lyris.com/"/> | |
<rule from="^http://(?:www\.)?lyrishq\.com/" | |
to="https://www.lyris.com/blog"/> | |
<rule from="^http:" to="https:" /> | |
</ruleset> |