HTTPS in a client application
Brian Ostasiewski (ostawookiee@usa.net)
Mon, 16 Nov 1998 11:25:07 -0500
I'm attempting to use https in an application, but it seems no one knows
how to do it. References I've found in newsgroups say I must create my
own URLConnection and URLStreamHandler classes to support HTTPS.
I've found sun.net.www.protocol.https and tried to make use of these, but I
get an SSL handshake failure (no cipher suites in common). Is using these sun
classes feasible?
Any examples of HTTPS through an application would be greatly appreciated.