Get Paid for Working on Projects Matching Your Expertise at Go4Expert's Jobs Board
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  | More
 
Bookmarks Thread Tools Search this Thread Display Modes
Old 10-16-2006, 03:13 PM   #1
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, 07:24 PM   #2
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 07:31 PM.
harry smith is offline   Reply With Quote
Old 10-17-2006, 06:17 PM   #3
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, 11:31 AM   #4
Team Leader
 
pradeep's Avatar
 
Join Date: Apr 2005
Location: Kolkata, India
Posts: 1,470
Thanks: 0
Thanked 37 Times in 32 Posts
Rep Power: 7
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, 01:51 PM   #5
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 03:44 PM. Reason: Confine links to signatures only
BenBarnet is offline   Reply With Quote
Old 02-06-2009, 09:46 AM   #6
Invasive contributor
 
neo_vi's Avatar
 
Join Date: Feb 2008
Posts: 703
Thanks: 0
Thanked 13 Times in 8 Posts
Rep Power: 3
neo_vi will become famous soon enough

Re: difference between http and https


neo_vi is offline   Reply With Quote
Old 06-20-2009, 04:27 PM   #7
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
Old 06-15-2010, 12:05 AM   #8
Newbie Member
 
Join Date: Jun 2010
Location: Florida
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
mdots89 is on a distinguished road

Re: difference between http and https


https is secure, where as http is not. simple as that
mdots89 is offline   Reply With Quote
Reply  Copy HTML to Clipboard  Copy BBCode to Clipboard  | More


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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

 

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