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:
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
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
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
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
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
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
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
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.
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
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
[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?
>
>
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
13 matches
Mail list logo