[JDEV] Re: Java JabberBeans and SSL certificates
adrian
adrian at kilipir.ro
Thu Aug 8 05:01:51 CDT 2002
jason
I have the same problem with the SSL connections.
I use jabberapplet and i have implemented the SSL connections.
with your example the ssl connection is established but... it get stucked
when i tried to assigned the socket.getInputStream() to an input stream
variable...
here is the code:
private InputStream moInputStream = null;
private OutputStream moOutputStream = null;
try {
moInputStream = moSocket.getInputStream();
moOutputStream = moSocket.getOutputStream();
}
More information about the JDev
mailing list