This content has been marked as final.
Show 1 reply
-
1. Re: IOException in ServerSocketAcceptHandler$AcceptHandlerHorse:run
codealchemist Jan 7, 2009 3:03 PM (in response to 673675)Jens,
It sounds like you may have certain users with problematic connection to your server. Is there any commonality between users who are kicked out during the SSL handshake? You can analyze the network connection using an open source tool called WireShark available at:http://www.wireshark.org/
Perhaps you have a corrupt\missing\improperly configured keystore. Theere is a relevant thread on the JDeveloper forum at:Configuring SSL for JDeveloper 10.1.3.1
You also may benefit from a review of your SSL-specific configuration settings in the web site configuration file. Please see:http://download.oracle.com/docs/cd/B25221_04/web.1013/b14432/confdesc.htm
There is a table entitled "Table B-21 Web Site Configuration File Attributes" that may prove useful.
-Michael