vladimir star

Greenhorn
+ Follow
since Jan 31, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by vladimir star

Hi,

I've got a server and a client who have already finished the SSL handshake and are ready to send. Both the client and the server on the same machine, I run the client, as the program starts, the connection is established and shows that everything is setup. Once I press the login button on the client, it stops on executing the writeInt() command therefore the server is stuck on readInt(). It works with normal sockets.

Here is how I setup my server:
main.java


ClientHandler.java -- STILL ON SERVER



Here is how I setup my client:
SecureApp.java


Here are the connection details:

Suite TLS_RSA_WITH_RC4_128_SHA
Certificate: [Type: X.509v1
Serial number: 4B:61:A9:E6
Subject: Usual certificate details
Issuer: Usual certificate details
Valid from 1/28/2010 15:14:46 GMT until 1/28/2011 15:14:46 GMT
Signature Algorithm: SHA1withRSA]
Protocol SSL



Looking forward to replies!

Thanks,
Vladimir
14 years ago