Re: Blackdown 1.3.1 problem with the https URL scheme: Won't work

2002-12-04 Thread Alexander V. Konstantinou
100, David Tonhofer wrote: > Hello, > > I have run into a little snag with the blackdown 1.3.1 02b on RedHat > Linux 7.3, just the facts: > > 1) I can't get the 'https' URL scheme to work with my code, >i.e. new URL("https",...) throws an exception:

Blackdown 1.3.1 problem with the https URL scheme: Won't work

2002-12-04 Thread David Tonhofer
Hello, I have run into a little snag with the blackdown 1.3.1 02b on RedHat Linux 7.3, just the facts: 1) I can't get the 'https' URL scheme to work with my code, i.e. new URL("https",...) throws an exception: java.net.MalformedURLException: unknown protocol: https

linux ppc: mozilla+plugin = death with https+applets

2002-04-02 Thread Liem Bahneman
Both the 1.3.1-02a and 02b FCS releases of jdk for linux ppc exhibit this problem. Applets on pages served via http work great, no problems at all. However, when accessing an applet via https, mozilla is killed: platform: G4 OS: YellowDog linux 2.1 Mozilla 0.9.9 error: Gdk-CRITICAL **: file

Re: JavaPlugin and https

2000-06-28 Thread Jaime Vallori Amoros
I did as you told me. But Netscape still crashes and the pligin_stack.trace still says   java.net.MalformedURLException: unknown protocol: https    at sun.plugin.navig.motif.Plugin.doit(Plugin.java, Compiled Code)    at sun.plugin.navig.motif.Plugin.start(Plugin.java

JavaPlugin and https

2000-06-26 Thread Jaime Vallori Amoros
Hi, I'm new in this mailing list and don't know much about Java. My problem is that I need to access to a secure web page wich needs the JavaPlugin. But when I try to acces it, the hole Netscape crashes!!! The plugin_stack.trace file says https is not supported. I'm using the

HTTPS

1999-03-01 Thread Zoltan . Tar
Hello I want to make an https connection but I get this error: java.lang.ClassNotFoundException: javax.net.ssl.SSLException: Received fatal alert: handshake_failure (no cipher suites in common) at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1072) at

Re: https

1998-12-03 Thread Jason von Nieda
Christopher Hinds wrote: > you read or send data). However if you plan on developing standalone > Java applications that will talk the HTTP deamons the support HTTPS > (SSL) you will need some sort of HTTPSUrlConnection support. Thought I would drop a little plug here. I am currently d

Re: https

1998-12-03 Thread Christopher Hinds
se the standard HTTPUrlConnection , all encryption and decryption is done before and after you read or send data). However if you plan on developing standalone Java applications that will talk the HTTP deamons the support HTTPS (SSL) you will need some sort of HTTPSUrlConnection support. [EMAIL PROTECTED] wrote

RE: https

1998-12-03 Thread Tar . Zoltan
It 's ok. But I use the Sun's plugin, not the Netscape built-in Java plugin. Are you sure that, it is true for the Sun's plugin? I didn't find any class that contains SSL, or HTTPS in their name.

Re: https

1998-12-03 Thread Massimo Conti
Hi, > If I remember correctly, if an applet is loaded through https, > any socket opened by this applet will use https by default. > > I could be wrong... No it is right. I have made some tests opening a secure site from an applet running in a browser (Netscape) and it work

RE: https

1998-12-02 Thread Nguyen, Tram N.
Yes, Java does support https . All you need to do is instead of setting your URL to http://www.abc.com/something.html , you set that to https://www.abc.com/something.html (provided you enable your virtual directory). regards, Tram Nguyen N. Science Application International Corporation http

Re: https

1998-12-02 Thread Vincent Trussart
[EMAIL PROTECTED] wrote: > Hello > > I'm working on a project which needs to send information > such as credit card number to a web server, I'm thinking > of using protocol https, does java support https? > > If it does, how? > >

https

1998-12-02 Thread Tar . Zoltan
Hello I'm working on a project which needs to send information such as credit card number to a web server, I'm thinking of using protocol https, does java support https? If it does, how? Zoltan TAR