Learn how to Make Money Online | Free Tech Magazines
Go4Expert
Go4Expert RSS Feed

Go Back   Programming and SEO Forum >  Go4Expert > Queries and Discussion > Web Development > JSP

Reply Copy HTML to Clipboard  Copy BBCode to Clipboard  Add to del.icio.us  Add to Google  Digg it  Add to Yahoo !  Add to Windows Live  Add to Facebook  Add to StumbleUpon 
 
Bookmarks Thread Tools Search this Thread Display Modes
Old 10-16-2006, 04:13 PM   #1
nelsonchristos
Light Poster
 
Join Date: Aug 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
nelsonchristos is on a distinguished road

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
nelsonchristos is offline   Reply With Quote
Old 10-16-2006, 08:24 PM   #2
harry smith
Go4Expert Member
 
Join Date: Oct 2006
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
harry smith is on a distinguished road

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.
harry smith is offline   Reply With Quote
Old 10-17-2006, 07:17 PM   #3
nelsonchristos
Light Poster
 
Join Date: Aug 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
nelsonchristos is on a distinguished road

Re: difference between http and https


thanks
nelsonchristos is offline   Reply With Quote
Old 10-20-2006, 12:31 PM   #4
pradeep
Team Leader
 
pradeep's Avatar
 
Join Date: Apr 2005
Location: Kolkata, India
Posts: 1,461
Thanks: 0
Thanked 19 Times in 16 Posts
Rep Power: 6
pradeep will become famous soon enough
Send a message via Yahoo to pradeep

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!
pradeep is offline   Reply With Quote
Old 02-05-2009, 02:51 PM   #5
BenBarnet
Banned
 
Join Date: Jan 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
BenBarnet is on a distinguished road
Cool

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
BenBarnet is offline   Reply With Quote
Old 02-06-2009, 10:46 AM   #6
neo_vi
Invasive contributor
 
neo_vi's Avatar
 
Join Date: Feb 2008
Posts: 657
Thanks: 0
Thanked 8 Times in 6 Posts
Rep Power: 2
neo_vi will become famous soon enough

Re: difference between http and https


__________________
Make XP better

Computer Tip a day
neo_vi is offline   Reply With Quote
Old 06-20-2009, 05:27 PM   #7
gkumar
Banned
 
Join Date: Jun 2009
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
gkumar will become famous soon enough

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.
gkumar is offline   Reply With Quote
Reply Copy HTML to Clipboard  Copy BBCode to Clipboard  Add to del.icio.us  Add to Google  Digg it  Add to Yahoo !  Add to Windows Live  Add to Facebook  Add to StumbleUpon 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Bookmarks

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

 

All times are GMT +5.5. The time now is 04:54 AM.