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
Guru, Thank you very much, I've resolved this issue: it was the java.security file configuration problem (SSL provider missing in the list). Thank you. --- "Raghupathy, Gurumoorthy" <[EMAIL PROTECTED]> wrote: > Which class are you using ? HttpURLConnection or HttpsURLConnection ? > If you are usin

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

2002-08-14 Thread Raghupathy, Gurumoorthy
Which class are you using ? HttpURLConnection or HttpsURLConnection ? If you are using the first one to open a https site then you wont be able to do that you need to use HttpsURLConnection and get the data from a specified URL Regards guru -Original Message- From: Maya Vayner [mai