Re: Unconnected sockets not implemented

2008-03-19 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=8748 Posted on behalf of 
a User

For the sake of anyone else running into this cryptic exception, the FIRST 
thing to do is verify everything about how SSL is configured in your VM -- make 
sure the javax.net.ssl.keyStore and javax.net.ssl.trustStore system properties 
are set and pointing to the right place, the files are readable and all that, 
the passwords are correct, all the certificates are in place, yadda yadda yadda.

This exception is most likely due to a failure with JSSE during the SSL 
handshake.

In Response To: 

Hi all,

I have tomcat ssl configured ant tried to access it with a jsse client but i
get the following error:

 [java] Exception in thread "main" org.apache.axis2.AxisFault:
Unconnected s
ockets not implemented; nested exception is:
 [java] java.net.SocketException: Unconnected sockets not
implemented; n

any idea?

Thanks,
Nencho



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Unconnected sockets not implemented

2007-05-29 Thread Nencho Lupanov

hi Mark,

i was having problems on configuring ssl on the client.It is ok now.Thanks.
Nencho


2007/5/29, Mark Thomas <[EMAIL PROTECTED]>:


Nencho Lupanov wrote:
> any idea?
OS?
Tomcat version?
Steps you followed to configure SSL?
Full stack trace?

Mark

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Unconnected sockets not implemented

2007-05-28 Thread Mark Thomas
Nencho Lupanov wrote:
> any idea?
OS?
Tomcat version?
Steps you followed to configure SSL?
Full stack trace?

Mark

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Unconnected sockets not implemented

2007-05-28 Thread Nencho Lupanov

Hi all,

I have tomcat ssl configured ant tried to access it with a jsse client but i
get the following error:

[java] Exception in thread "main" org.apache.axis2.AxisFault:
Unconnected s
ockets not implemented; nested exception is:
[java] java.net.SocketException: Unconnected sockets not
implemented; n

any idea?

Thanks,
Nencho