en:cn_info [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:cn_info [2015/04/01 11:17] – created translator1en:cn_info [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-It is sometimes difficult to add https site into the "white" or "black" list by its IP address as many widely accessed sites use CDN (Content Delivery Networks) or use various methods of geographic reservation and balancing. As a result, site's addresses returned by nslookup or dig commands can be time dependent, or vary with the DNS server used, or be dependent on other factors. This list may include hundreds or thousands addresses in case of CDS. And other sites can be available by these addresses as well. 
  
-The blocking or access by the name of SSL certificate of such site can help in this case((This option is available on symmetric traffic only)). These certificates are issued by trusted companies for the particular name and typically are not free. Most browsers block the site access if its name and the name on its certificate are different. 
- 
-One can check the name for which the certificate is issued (CN, Common Name, etc.) in a browser: in https page properties: 
- 
-{{facebook.png}} 
- 
-Alternatively, one can execute the following CenOS instruction: 
-<code> 
-openssl s_client -connect www.facebook.com:443 
-</code> 
- 
-Here <nowiki>www.facebook.com</nowiki> is the name of https site in question,\\ 
-and then find the record 0 in the returned chain of certificates:\\ 
-Certificate chain 
-0 s:/C=US/ST=CA/L=Menlo Park/O=Facebook, Inc./CN=*.facebook.com 
- 
-Here *.facebook.com - is the name to use.