- finite undirected gragh ∑deg(v) = 2|E| In a k-ary tree where every node has either 0 or k children, following property is always true. L = (k - )*I + Where L = Number of leaf nodes I = Number of internal nodes case: root is leaf/internal node Sum o…
tomcat访问https请求返回: javax.net.ssl.SSLProtocolException: handshake alert: unrecognized_name at sun.security.ssl.ClientHandshaker.handshakeAlert(ClientHandshaker.java:1292) at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1952) at sun.sec…
今天将jdk从1.6升级到1.7,但是HttpUrlConnection连接https出现问题了. javax.net.ssl.SSLProtocolException: handshake alert: unrecognized_name at sun.security.ssl.ClientHandshaker.handshakeAlert(ClientHandshaker.java:1288) at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSo…
目的 为能够透彻理解HTTPS报文交互过程,做此笔记. 本文大部分内容来自 : http://albertx.mx/blog/https-handshake/ http://www.cnblogs.com/svan/p/5090201.html TLS Handshake Protocol The TLS Handshake its like a sub-protocol of the TLS protocol. Its purpose is to define the algorithms a…
问题:在WINDOWS中创建的SVN Server,在Linux client中无法连接.原因:WINDOWS中的证书无法被Linux正确识别,因此需要修改证书,以使双方都可以正确识别. 修改方法如下:(在网上搜到的解决办法,特放在这里以备忘.) http://www.visualsvn.com/support/topic/00056/ SymptomsSubversion clients receive the following error message when attempting t…
Subversion clients receive the following error message when attempting to connect to VisualSVN Server: svn: OPTIONS of 'https://server.domain.local/svn/repo': SSL handshake failed: SSL error:Key usage violation in certificate has been detected. (http…