![]() |
|
|
#1 |
|
Light Poster
Join Date: Aug 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 ![]() |
difference between http and https
what is the difference between http and https and where would i use it and how do i configure it in tomcat |
|
|
|
|
|
#2 |
|
Go4Expert Member
Join Date: Oct 2006
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 ![]() |
Re: difference between http and https
hi, What i know is http is hyper text transfer protocol which is responsible for transmitting and receiving information across the Internet where as https is secure http, which is used exchanging confidential information with a server, which needs to be secured in order to prevent unauthorized access. So when you are attempting to do some secure transaction over internet use https. For more to read visit : http://blog.webhosting.uk.com/2006/0...cure-site-ssl/ Last edited by harry smith; 10-16-2006 at 08:31 PM. |
|
|
|
|
|
#3 |
|
Light Poster
Join Date: Aug 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 ![]() |
Re: difference between http and https
thanks
|
|
|
|
|
|
#4 |
|
Team Leader
![]() |
Re: difference between http and https
HTTP is Hyper Text Transport Protocol and is transmitted over the wire via PORT 80(TCP). You normally use HTTP when you are browsing the web, its not secure, so someone can eavesdrop on the conversation between your computer and the web server. HTTPS (Hypertext Transfer Protocol over Secure Socket Layer, or HTTP over SSL) is a Web protocol developed by Netscape and built into its browser that encrypts and decrypts user page requests as well as the pages that are returned by the Web server. HTTPS is really just the use of Netscape's Secure Socket Layer (SSL) as a sublayer under its regular HTTP application layering. (HTTPS uses port 443 instead of HTTP port 80 in its interactions with the lower layer, TCP/IP.) SSL uses a 40-bit key size for the RC4 stream encryption algorithm,new-age browsers use 128-bit key size which is more secure than the former, it is considered an adequate degree of encryption for commercial exchange.HTTPS is normally used in login pages, shopping/commercial sites. Although it may be encrypted does not mean its safe, there are tools out there to decrypt the information being sent over the wire, although its more difficult to do so.
__________________
Vote for the Most Entertaining Member of 2008 To err is human,to detect is divine! |
|
|
|
|
|
#5 |
|
Banned
Join Date: Jan 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 ![]() |
Re: difference between http and https
hi, what is the difference between http and https and where would i use it and how do i configure it in tomcat Last edited by shabbir; 02-05-2009 at 04:44 PM. Reason: Confine links to signatures only |
|
|
|
|
|
#6 |
|
Invasive contributor
![]() Join Date: Feb 2008
Posts: 657
Thanks: 0
Thanked 8 Times in 6 Posts
Rep Power: 2 ![]() |
Re: difference between http and https
http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html ---> for version 5.5 http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html ---> for version 6.0 http://thedaneshproject.com/posts/ho...l-on-tomcat-5/ Hope it helps |
|
|
|
|
|
#7 |
|
Banned
Join Date: Jun 2009
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 ![]() |
Re: difference between http and https
HTTP stands for HyperText Transport Protocol, which is just a fancy way of saying it's a protocol (a language, in a manner of speaking) for information to be passed back and forth between web servers and clients. You really don't need to know what it all stands for; the important thing is the letter S which makes the difference between HTTP and HTTPS. The S (big surprise) stands for "Secure". You probably didn't need me to tell you that, because you already knew it had something to do with security. |
|
|
|
![]() |
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| Bookmarks | |
|
|