I can visit the web page with IE
--https://www.chinatrust.com.tw/cgi-bin/prod/jsp/ch/home/default.jsp
when I try to connect it with
java , I get exception .
javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException:
Could not find trusted certificate
JAVA CODE
-------------------------
URL u = new URL("https","www.chinatrust.com.tw","/cgi-bin/prod/jsp/ch/home/default.jsp");
InputStream is = u.openStream();