Re: [HTTPS available (was: Re: servlet sessions and https URLs)]

1999-01-03 Thread Pankaj Acharya
Ah haa..!! Thank you Mr. Martin. Now, my problem is: I can make "https:" calls from the servlet when i put my servlet in Java Web Server. I want to know whether the data i post to the "https" resource (say a cgi script in the secure web server) and the response i get back are really secure or not

HTTPS available (was: Re: servlet sessions and https URLs)

1999-01-03 Thread Martin Kuba
> Siros Supavita wrote: > > Hello Pankaj, > > Ok .. Now I clearly understand your first question. I'm not sure about this but ... >I think that only Applet can make SSL connection ('cos it runs on Web Browser which >has SSL mechanism) Java > Standard API didn't provide SSL connection then Applic

Re: [Re: servlet sessions and https URLs]

1999-01-02 Thread Siros Supavita
Title: RE: [Re: servlet sessions and https URLs] Hello Pankaj, Ok .. Now I clearly understand your first question. I'm not sure about this but ... I think that only Applet can make SSL connection ('cos it runs on Web Browser which has SSL mechanism) Java Standard API didn

Re: [Re: servlet sessions and https URLs]

1999-01-02 Thread Pankaj Acharya
== Hello Siros, Thank you for the interest shown. I will be interested in the way Applets can achieve what you have suggested in your reply. Could you please send me sample code or tutorials for achieving results using Applets fo

Re: servlet sessions and https URLs

1999-01-02 Thread Siros Supavita
Title: RE: servlet sessions and https URLs Hello Pankaj,     > Hello everybody...! > > Two queries, please help me with all the info you know. let > it be code, links > to sites.. just anything..!! > > 1. I am accessing HTTPS (secure http) resources on the net i

servlet sessions and https URLs

1999-01-02 Thread Pankaj Acharya
Hello everybody...! Two queries, please help me with all the info you know. let it be code, links to sites.. just anything..!! 1. I am accessing HTTPS (secure http) resources on the net in my servlet. I do this using URL and URLConnection objects. This does not work with any other servlet engine