cancel
Showing results for 
Search instead for 
Did you mean: 

Handshake failure error connecting to CCI

Former Member
0 Kudos

Hi,

I had installed ACC on windows and connecting to CCI using my Java program .

I had implemented SSL as per the ACC implementation guide.

While connecting to ACC using Jave program iam getting the below error.

iaik.security.ssl.SSLException: Peer sent alert: Alert Fatal: handshake failure

at iaik.security.ssl.r.f(Unknown Source)

at iaik.security.ssl.x.b(Unknown Source)

at iaik.security.ssl.x.a(Unknown Source)

at iaik.security.ssl.r.d(Unknown Source)

at iaik.security.ssl.SSLTransport.startHandshake(Unknown Source)

at iaik.security.ssl.SSLTransport.getOutputStream(Unknown Source)

at iaik.security.ssl.SSLSocket.getOutputStream(Unknown Source)

at org.w3c.www.protocol.http.f.markUsed(Unknown Source)

at org.w3c.www.protocol.http.HttpBasicServer.getConnection(Unknown Sourc

e)

at org.w3c.www.protocol.http.HttpBasicServer.runRequest(Unknown Source)

at org.w3c.www.protocol.http.HttpManager.runRequest(Unknown Source)

at org.w3c.www.protocol.http.HttpURLConnection.connect(Unknown Source)

at ACCGWClient.main(accgwclient.java:172)

Connection exception

Regards

SM.Valavan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Reinstalled on RHEL for Virtual host name installation to resolve the issue.