Strange problem with SSL Sockets using more than 10 Clients

Hi

I磎 using Jsse ( JDK 1.4.2_06 ). I have coded a Client/Server Applikation acting over SSLSockets or over unsecured Sockets. If I use unsecured Sockets everthing works fine, but if I use SSLSockets for the Connection and about 20 Clients, the Clients often can磘 connect to the Server and the following Exception was thrown:

java.net.ConnectException: Connection refused: connect

Could it be that there is some strange problem with SSLServerSockets relating to this phenomenon?

If I use only a few Clients the Exception occurs never or only sometimes.

Has anyboby an idea what is happaning there?

Regards Chrisli

[656 byte] By [chrislia] at [2007-10-1 7:24:33]
# 1
HiFrom the description of your scenario, you have coded your own server side of the application. I would advise that you consider moving your application to run under Tomcat framework and test if you still get the same exception.
bolandinoa at 2007-7-9 18:35:32 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...
# 2
> Hi> > you must have coded> your own server side of the application. I would> advise that you consider moving your application to> run under Tomcat framework .It has to work
Researcha at 2007-7-9 18:35:32 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...