Re: calling in https mode from http mode
Gokul Singh <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <000b01c30561$6a6582f0$6501a8c0@rambo> |
> I believe that you are asking if there is another way to > initiate an SSL connection to a browser other than using the > HTTPS. The designation of HTTPS tells the browser to use > port 443 for the connection, rather than port 80. This is correct. But the primary purpose of HTTPS here is to define the protocol for communication i.e. HTTPS in this case. If the port is not specified, the default port for this protocol, port 443 is used. > Another > way to "tell" the browser to use port 443 rather than 80 is > to qualify the port at the end of the server name. In other > words, the designation of https://www.hbs-inc.com/ and http://www.hbs-inc.com:443/ would both result in an SSL connection. This is not correct. These two URLs are not equivalent. The first uses the HTTPS protocol and the second uses the HTTP protocol, even though both URLs are pointing to port 443. Rgds, Gokul > Mike ___________________________________________________________________________ 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