Slow https connection with application server 7
Hi
we have an applicaiton that connects to an external https site.
it has been working fine until about 2 weeks ago when the connection
time went from and 800ms to 40000ms.
as far as we can tell ther is no network problem and and it is a problem with
the applicaiton server itself.
what seems to happen is the application does a HttpURLConnection.connect
call and the server sits around and does nothing for about 20-40 seconds
befure finnaly working and the rest of the job goes very quickly.
has anyone come across anything like this?
our applicaiton is running on sun AS 7EE
on a ultrasparc based sun machine runing solaris 9.
[27/Oct/2006:16:09:44] INFO ( 3104): CORE3282: stdout: connecting ... https://foreignsite.com/dosomething
[27/Oct/2006:16:10:24] INFO ( 3104): CORE3282: stdout: %% No cached client session
[27/Oct/2006:16:10:24] INFO ( 3104): CORE3282: stdout: *** ClientHello, TLSv1
[27/Oct/2006:16:12:51] INFO ( 3104): CORE3282: stdout: connecting ... https://foreignsite.com/dosomething
[27/Oct/2006:16:13:32] INFO ( 3104): CORE3282: stdout: %% Client cached [Session
-1, SSL_RSA_WITH_RC4_128_SHA]

