560561562563564565566567568569570
try { handshake(nextFilter); } catch (SSLException ssle) { SSLException newSsle = new SSLHandshakeException( "SSL handshake failed."); newSsle.initCause(ssle); throw newSsle; } IoBuffer outNetBuffer = fetchOutNetBuffer(); if (outNetBuffer != null && outNetBuffer.hasRemaining()) {
419420421422423424425426427428429
{ if( !handler.isInitialHandshakeComplete() ) { SSLException newSSLE = new SSLHandshakeException( "Initial SSL handshake failed." ); newSSLE.initCause( ssle ); ssle = newSSLE; } throw ssle; }
564565566567568569570571572573574
} catch( SSLException ssle ) { SSLException newSSLE = new SSLHandshakeException( "Initial SSL handshake failed." ); newSSLE.initCause( ssle ); throw newSSLE; } if( getOutNetBuffer().hasRemaining() ) { if( SessionLog.isDebugEnabled( session ) )
273274275276277278279280281282283
{ if( !sslHandler.isInitialHandshakeComplete() ) { SSLException newSSLE = new SSLHandshakeException( "Initial SSL handshake failed." ); newSSLE.initCause( ssle ); ssle = newSSLE; } throw ssle; }
440441442443444445446447448449450
} catch( SSLException ssle ) { SSLException newSSLE = new SSLHandshakeException( "Initial SSL handshake failed." ); newSSLE.initCause( ssle ); throw newSSLE; } if( sslHandler.getOutNetBuffer().hasRemaining() ) { if( log.isLoggable( Level.FINEST ) )
307308309310311312313314315316317
483484485486487488489490491492493
} catch( SSLException ssle ) { SSLException newSSLE = new SSLHandshakeException( "Initial SSL handshake failed." ); newSSLE.initCause( ssle ); throw newSSLE; } if( sslHandler.getOutNetBuffer().hasRemaining() ) { if( log.isDebugEnabled() )