Applet and HTTPS

For posting data on a secure mode, https url, is it correct to use new URL(https://******) or I have to use HttpsURLConnection?
[134 byte] By [Alortesfbfhfgytytua] at [2007-10-1 19:12:08]
# 1
I have the same question ;-)
Kestrala at 2007-7-11 14:38:29 > top of Java-index,Security,Signed Applets...
# 2
If the certificate of the server is not in the (IE browser) or jre keystore you'll getan exception on httpsurlconnection. http://javaalmanac.com/egs/javax.net.ssl/TrustAll.html?l=rel
harmmeijera at 2007-7-11 14:38:29 > top of Java-index,Security,Signed Applets...