I have a problem with making global version of JSSE1.0.2 working. I
followed installation and I have designed a similar Client program (in
java) to the one given as a sample to connect to my server. I have
succeed with my own Java code and dll from Openssl for the same server
and even make some transaction overthere. However, when I run the
client using JSSE1: I have the following message:
java.net.NoRouteToHostException: Host unreachable: no further
information
at java.net.PlainSocketImp.socketConnect(Native Method)
at java.net.PlianSocketImp.doConnect(plainSocketImpl.java.312)
at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:125)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:112)
at java.net.Socket.<init>(Socket.java:273)
at java.net.Socket.<init>(Socket.java:100)
at javax.net.ssl.SSLSocket.<init><[DashoPro-V1.2-120198 ]>
at
com.sun.net.ssl.internal.sl.SSLSocketFactoryImpl.createSocket([DashoPro-V1.2-12-1201981])
etc ...
I am running my program on Win 2000. It seems to me that program call
some native code. The iternet address is OK as as port. It means in C?
Where I could find these files like PlainSocketImp.java? Where is this
file socketConnect? That is not part of JSSE?
Could you give me some hint on how to find more information regarding
that?
Have you ever tested JSSE as on an applet (on Netscape or IE)?
Alex Cosic