SSL handshake failure resolution between IOS and Java server: Cipher Suites
The beautiful Life of the Sun Vulcan (http://blog.csdn.net/opengl_es)
This article follows "Attribution-non-commercial use-consistent" authoring public agreement
Reprint Please keep this sentence: Sun Vulcan's Beautiful Life-this blog focuses on Agile development and mobile and IoT device research: IOS, Android, HTML5, Arduino, Pcduino , Otherwise, the article from this blog refused to reprint or re-reproduced, thank you for your cooperation.
First dig a hole, have the opportunity to fill, no chance to fill also is normal, after all, the Earth's surface is also covered with pits, but we call the basin or mountain only.
Cipher Suites: Encryption Kit? It may not be accurate to translate, but SSL is an official description of a set of RSA, 3DES or MD5, or other combinations of symmetric or asymmetric cryptographic algorithms.
The SSL dial-up begins with the word: helloclient, with the relevant settings, including the name of the Cipher Suites.
iOS and Java Support Encryption suites are not exactly the same, there may be a intersection, but the actual access to the Java suite, although not all available on iOS, but may be some of the Mac.
So when IOS requests SSL Channel Setup to the Java server, the helloclient is issued with the encryption suite name in the set, and the Java service side finds out if it exists in its supported suite, and if it does not, the error is not found cipher su Ites in common.
This sentence of English has not been understood to do anything, but always know that the service is the exception of the report, and the Internet to the domestic and foreign have turned the bottom of the sky, and no one has a good answer to this question.
Well, see here basically should understand.
The follow-up time, the process of sorting out, preferably with a picture, formatted very well, I myself also have a thin sweat aesthetic article, but time is always so anxious, go back to say it.
SSL handshake failure resolution between IOS and Java server: Cipher Suites