HTTPS « Connection « JSP-Servlet Q&A





2. HTTPS Connection from a JSP    forums.oracle.com

3. How does a servlet establish a https-connection?    forums.oracle.com

/* * This example illustrates using a URL to access resources * on a secure site. * * If you are running inside a firewall, please also set the following * Java system properties to the appropriate value: * * https.proxyHost = * https.proxyPort = * */

4. Servlet-->https connection    forums.oracle.com