HTTPS Everywhere Atlas

Embedded content loaded from third-party domains (for example, YouTube, Google Analytics, ad networks, or CDNs) may also be affected. You can test this by loading the web page in question in a browser with HTTPS Everywhere installed and pulling down the HTTPS Everywhere rules menu. This will show a list of HTTPS Everywhere rules that were applied as the page was loaded, including rules that might have affected embedded content from other domains.

The stable (as yet unreleased) branch contains the following rule that is disabled by default (so very few users' browsing is likely to be affected by their action):

<!--
Disabled by https-everywhere-checker because:
Fetch error: http://forum.startcom.org/ => https://forum.startcom.org/: (28, 'Connection timed out after 20000 milliseconds')
Fetch error: http://www.startssl.eu/ => https://www.startssl.eu/: (6, 'Could not resolve host: www.startssl.eu')
Fetch error: http://www.startssl.us/ => https://www.startssl.us/: (6, 'Could not resolve host: www.startssl.us')
Fetch error: http://startssl.eu/ => https://startssl.eu/: (6, 'Could not resolve host: startssl.eu')
Fetch error: http://startssl.us/ => https://startssl.us/: (6, 'Could not resolve host: startssl.us')

--><ruleset name="StartCom" default_off="failed ruleset test">
  <target host="startssl.com"/>
  <target host="*.startssl.com"/>
  <target host="startssl.net"/>
  <target host="*.startssl.net"/>
  <target host="startssl.org"/>
  <target host="*.startssl.org"/>
  <target host="startssl.eu"/>
  <target host="*.startssl.eu"/>
  <target host="startssl.us"/>
  <target host="*.startssl.us"/>
  <!-- host startcom.org responds neither on 80 nor on 443,
    but should be protected from MitM and redirected to https://www.startcom.org -->
  <target host="startcom.org"/>
  <target host="*.startcom.org"/>

  <!-- since these resources are required for establishing HTTPS connections,
       they need to be available over HTTP -->
  <!-- from Piet: -->
  <test url="http://ocsp.startssl.com/sub/class4/server/ca"/>
  <test url="http://www.startssl.com/certs/sub.class4.server.ca.crt"/>
  <test url="http://www.startssl.com/crt4-crl.crl"/>
  <test url="http://crl.startssl.com/crt4-crl.crl"/>
  <!-- and from the SSL observatory: -->
  <test url="http://cert.startcom.org/sfsca-crl.crl"/>
  <test url="http://crl.startcom.org/sfsca-crl.crl"/>
  <test url="http://crl.startssl.com/sfsca.crl"/>
  <test url="http://cert.startcom.org/ca-crl.crl"/>
  <test url="http://crl.startcom.org/crl/ca-crl.crl"/>
  <!-- and from Eddy Nigg: -->
  <test url="http://ocsp.startssl.com/sub/class1/server/ca/a"/>
  <test url="http://www.startssl.com/certs/sub.class3.server.ca.crt"/>
  <test url="http://www.startssl.com/crtu1-crl.crl"/>
  <test url="http://crl.startssl.com/crtu1-crl.crl"/>
  <test url="http://cert.startcom.org/crtu1-crl.crl"/>
  <test url="http://cert.startcom.org/sub.class3.server.ca.crt"/>

  <exclusion pattern="ocsp\.startssl"/>
  <exclusion pattern="\.crl$"/>
  <exclusion pattern="\.crt$"/>

  <!-- should mitigate against exploitation of the above exclusions -->
  <securecookie host=".+" name=".+"/>
  
  <test url="http://linux.startcom.org/"/>
  <test url="http://forum.startcom.org/"/>
  
  <test url="http://www.startssl.com/"/>
  <test url="http://www.startssl.net/"/>
  <test url="http://www.startssl.org/"/>
  <test url="http://www.startssl.eu/"/>
  <test url="http://www.startssl.us/"/>
  
  <test url="http://startcom.org/"/>

  <!-- host startcom.org responds neither on 80 nor on 443,
    but should be protected from MitM and redirected to https://www.startcom.org -->
  <rule from="^http://startcom\.org/" to="https://www.startcom.org/"/>
  <rule from="^http:" to="https:"/>
</ruleset>

StartCom.xml    File a bug

The release branch contains the following rules that are disabled by default (so very few users' browsing is likely to be affected by their action):

<!--
Disabled by https-everywhere-checker because:
Fetch error: http://forum.startcom.org/ => https://forum.startcom.org/: (28, 'Connection timed out after 20000 milliseconds')
Fetch error: http://www.startssl.eu/ => https://www.startssl.eu/: (6, 'Could not resolve host: www.startssl.eu')
Fetch error: http://www.startssl.us/ => https://www.startssl.us/: (6, 'Could not resolve host: www.startssl.us')
Fetch error: http://startssl.eu/ => https://startssl.eu/: (6, 'Could not resolve host: startssl.eu')
Fetch error: http://startssl.us/ => https://startssl.us/: (6, 'Could not resolve host: startssl.us')

--><ruleset name="StartCom" default_off="failed ruleset test">
  <target host="startssl.com"/>
  <target host="*.startssl.com"/>
  <target host="startssl.net"/>
  <target host="*.startssl.net"/>
  <target host="startssl.org"/>
  <target host="*.startssl.org"/>
  <target host="startssl.eu"/>
  <target host="*.startssl.eu"/>
  <target host="startssl.us"/>
  <target host="*.startssl.us"/>
  <!-- host startcom.org responds neither on 80 nor on 443,
    but should be protected from MitM and redirected to https://www.startcom.org -->
  <target host="startcom.org"/>
  <target host="*.startcom.org"/>

  <!-- since these resources are required for establishing HTTPS connections,
       they need to be available over HTTP -->
  <!-- from Piet: -->
  <test url="http://ocsp.startssl.com/sub/class4/server/ca"/>
  <test url="http://www.startssl.com/certs/sub.class4.server.ca.crt"/>
  <test url="http://www.startssl.com/crt4-crl.crl"/>
  <test url="http://crl.startssl.com/crt4-crl.crl"/>
  <!-- and from the SSL observatory: -->
  <test url="http://cert.startcom.org/sfsca-crl.crl"/>
  <test url="http://crl.startcom.org/sfsca-crl.crl"/>
  <test url="http://crl.startssl.com/sfsca.crl"/>
  <test url="http://cert.startcom.org/ca-crl.crl"/>
  <test url="http://crl.startcom.org/crl/ca-crl.crl"/>
  <!-- and from Eddy Nigg: -->
  <test url="http://ocsp.startssl.com/sub/class1/server/ca/a"/>
  <test url="http://www.startssl.com/certs/sub.class3.server.ca.crt"/>
  <test url="http://www.startssl.com/crtu1-crl.crl"/>
  <test url="http://crl.startssl.com/crtu1-crl.crl"/>
  <test url="http://cert.startcom.org/crtu1-crl.crl"/>
  <test url="http://cert.startcom.org/sub.class3.server.ca.crt"/>

  <exclusion pattern="ocsp\.startssl"/>
  <exclusion pattern="\.crl$"/>
  <exclusion pattern="\.crt$"/>

  <!-- should mitigate against exploitation of the above exclusions -->
  <securecookie host=".+" name=".+"/>
  
  <test url="http://linux.startcom.org/"/>
  <test url="http://forum.startcom.org/"/>
  
  <test url="http://www.startssl.com/"/>
  <test url="http://www.startssl.net/"/>
  <test url="http://www.startssl.org/"/>
  <test url="http://www.startssl.eu/"/>
  <test url="http://www.startssl.us/"/>
  
  <test url="http://startcom.org/"/>

  <!-- host startcom.org responds neither on 80 nor on 443,
    but should be protected from MitM and redirected to https://www.startcom.org -->
  <rule from="^http://startcom\.org/" to="https://www.startcom.org/"/>
  <rule from="^http:" to="https:"/>
</ruleset>

File a bug

The HTTPS Everywhere developers welcome corrections and updates to rules. Please see our developer information and documentation of the ruleset format. If filing a bug in the Tor Project's Trac bug tracker, you can use the shared username and password cypherpunks / writecode; please ensure that the bug is marked as applying to HTTPS Everywhere.

Information current as of:


current release 6a955e7 2018-11-01 05:00:06 -0700;
next release e7f9f87 2018-12-14 12:11:54 -0700;