Problem with Https call in java application server

I have a strange problem. My spplication starts up fine. It has a non-ssl part and an ssl part. Occasionally (varies), the https call just hangs, no error, no timeout, it just hangs. I have to bounce the server for it to work again. I am using SJSAS 8.1.any ideas please.Ron
[299 byte] By [rondaya] at [2007-11-26 22:57:55]
# 1
Hi, If you know the url which is using the https, try it directly. pls post server.log for a request which has a https callThanksJo
activexperta at 2007-7-10 12:23:27 > top of Java-index,Application & Integration Servers,Application Servers...
# 2

If i try the https call directly it hangs just like the application.

If I try the http version of the URL it works fine.

Nothing is written to the log.(related to this ). The application acts like it is waiting (maybe for certificate certification) but why it works for a while and then quits responding is beyond me.

Ron

Ronday46a at 2007-7-10 12:23:27 > top of Java-index,Application & Integration Servers,Application Servers...
# 3
Okie.. is your application has connections to any others like LDAP or Access manager or database. If you enable SSL handshake on application you need have the SSL on them also.
activexperta at 2007-7-10 12:23:27 > top of Java-index,Application & Integration Servers,Application Servers...