Doing the SSL Connection to ESXi 5 (vmware) to get the wbem data. but SSL handshake is failed at Client Hello itself. Server side.

sfcb.cfg file details:

basicAuthLib: sfcBasicPAMAuthentication
certificateAuthLib: sfcCertificateAuthentication
doBasicAuth: true
enableHttp: true
enableHttps: true
enableInterOp: true
httpLocalOnly: true
httpPort: 5988
httpProcs: 2
httpsPort: 5989
httpsProcs: 4
intSockTimeout: 600
keepaliveMaxRequest: 10
keepaliveTimeout: 1
maxFailureThreshold: 3
maxSemInitRetries: 5
provProcs: 16
providerDirs: /usr/lib /usr/lib/cmpi /usr/lib/cim
providerTimeoutInterval: 120
rcvSocketTimeOut: 0
registrationDir: /var/lib/sfcb/registration
requestQueueSize: 10
sslCertificateFilePath: /etc/vmware/ssl/rui.crt
sslClientCertificate: ignore
sslClientTrustStore: /etc/sfcb/client.pem
sslKeyFilePath: /etc/vmware/ssl/rui.key

error output:

trigger seeding of SecureRandom
done seeding SecureRandom
Allow unsafe renegotiation: false
Allow legacy hello messages: true
Is initial handshake: true
Is secure renegotiation: false
%% No cached client session
* ClientHello, TLSv1
RandomCookie: GMT: 1326371765 bytes = { 113, 16, 77, 206, 169, 23, 122, 1, 252, 113, 18, 240, 127, 156, 85, 180, 215, 40, 131, 128, 80, 155, 85, 78, 194, 43, 2 46, 63 }
Session ID: {}
Cipher Suites: [SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH _AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC _SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_ DSS_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_DES_CBC_SHA, SSL_DHE_RSA_WITH_DES_CBC_SH A, SSL_DHE_DSS_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD5, SSL_RSA_EXPORT_ WITH_DES40_CBC_SHA, SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_DSS_EXPORT_WI TH_DES40_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
Compression Methods: { 0 }
Thread-3, WRITE: TLSv1 Handshake, length = 75
Thread-3, WRITE: SSLv2 client hello message, length = 101
Thread-3, received EOFException: error
Thread-3, handling exception: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
Thread-3, SEND TLSv1 ALERT: fatal, description = handshake_failure
Thread-3, WRITE: TLSv1 Alert, length = 2
Thread-3, Exception sending alert: java.net.SocketException: Software caused con nection abort: socket write error
Thread-3, called closeSocket()

link|improve this question
feedback

migrated from stackoverflow.com Jan 17 at 13:08

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown