SSL over IRC
I'm developing an IRC applet with SSL sockets. I've reaches to make a connection with the IRC server, but when i try to send login to the server, i take the next exception:
IOException: javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Connection reset
I tried to change the mode i send info over the socket, trying it with a PrintWriter, a DataOutputStream and a Buffered Writer, but i take the same result.
Any ideas?