Re: java.net.SocketException: SSL implementation not available

2002-08-14 Thread Maya Vayner
Sent: 14 August 2002 16:00 > To: [EMAIL PROTECTED] > Subject: Re: java.net.SocketException: SSL implementation not available > > > Guru, > Thank you very much, I've resolved this issue: > it was the java.security file configuration problem (SSL provider missing in > the

Re: java.net.SocketException: SSL implementation not available

2002-08-14 Thread Raghupathy, Gurumoorthy
Hey can you send me the code which opens the remote https URL ? please ? regards guru -Original Message- From: Maya Vayner [mailto:[EMAIL PROTECTED]] Sent: 14 August 2002 16:00 To: [EMAIL PROTECTED] Subject: Re: java.net.SocketException: SSL implementation not available Guru, Thank

Re: java.net.SocketException: SSL implementation not available

2002-08-14 Thread Maya Vayner
PROTECTED]] > Sent: 14 August 2002 15:26 > To: [EMAIL PROTECTED] > Subject: java.net.SocketException: SSL implementation not available > > > Hi guys, > I am testing an application on my machine, in Tomcat 4.0.1. It is running at > url > http://localhost/myappname. > From that

Re: java.net.SocketException: SSL implementation not available

2002-08-14 Thread Raghupathy, Gurumoorthy
[mailto:[EMAIL PROTECTED]] Sent: 14 August 2002 15:26 To: [EMAIL PROTECTED] Subject: java.net.SocketException: SSL implementation not available Hi guys, I am testing an application on my machine, in Tomcat 4.0.1. It is running at url http://localhost/myappname. >From that application I am openin

java.net.SocketException: SSL implementation not available

2002-08-14 Thread Maya Vayner
hen trying to myHttpURLConnectionObject.getOutputStream()? java.net.SocketException: SSL implementation not available So far I've searched on the web and found that one problem may be a missing .keystore file, so I've used keytool to make it and placed it under C:\Documents And Settings\M

Re: java.net.socketException

1999-09-17 Thread Craig R. McClanahan
You need to reverse the order of the sendCustomerToServlet() and connect() calls. At the point you are logging "Connected", the connection has actually only been "Opened". After opening, you can set the various properties that determine how the connection will take place, then call connect() to

java.net.socketException

1999-09-17 Thread
I try to send a number of userdefined strings as a serialized object from an applet to a servlet (I use Jigsaw 2.0.2 as a server on my localhost).   This is my code for sending the object from the applet:    log("Connecting to servlet...");   URL StakoDBservlet = new URL(