Home > Archive > Java Security > May 2004 > J2SE SSL, no response on client hello message, no transparent channel :)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
J2SE SSL, no response on client hello message, no transparent channel :)
|
|
| Nomano 2004-05-12, 7:55 pm |
| Hello,
I have problem with using of JSSE. Especially with secure sockets. My
problem is described in the next paragraph.
I have captured the communication between server and client side. And
it works that way when I sent data just from client side then the
client sent the hello message and the server doesn't response on it.
The server first starts the handshake at time when I write the date to
the server OutputStream also. The handshake then pass well. That means
the SSLSession says handshake done, but when i write data from server
side or client side they doesn't appear at the other side :))
I appreciate you
thanks a lot for help
| |
| Nomano 2004-05-12, 7:55 pm |
| Already resolved. The problem stays that InputStream.available()
method doesn't work properly
novakz1@fel.cvut.cz (Nomano) wrote in message news:<37663be8.0405070125.5c13303e@posting.google.com>...
> Hello,
> I have problem with using of JSSE. Especially with secure sockets. My
> problem is described in the next paragraph.
>
> I have captured the communication between server and client side. And
> it works that way when I sent data just from client side then the
> client sent the hello message and the server doesn't response on it.
> The server first starts the handshake at time when I write the date to
> the server OutputStream also. The handshake then pass well. That means
> the SSLSession says handshake done, but when i write data from server
> side or client side they doesn't appear at the other side :))
>
> I appreciate you
> thanks a lot for help
|
|
|
|
|