You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that Support Server Name Indication (SNI).
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidProtocolSettings")) return null; InvalidProtocolSettingsException e = (InvalidProtocolSettingsException)super.unmarshall(node); return e; }