Hi, there

I wrote an servlet that can connect a http URL, but in reality I want to
openConnection with a https URL. With the same code, I got err when I tried
https one:

java.net.MalformedURLException: unknown protocol: https
        at java.net.URL.<init>(URL.java)
        at java.net.URL.<init>(URL.java)
        at TalkPegasus.main(TalkPegasus.java:7)

Anyone's suggestion will be highly appreciated!!

Y.
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to