Created by: nbrocard
When using a custom hostnameVerifier verify() is executed but its return value was not taken into account. This method does not throw SSLException so the verification had no effect. I changed this to throw a SSLException if verify() returns false.