FORUM HOME | WHUK BLOG   
WEB HOSTING UK AFFORDABLE WEBSITE HOSTING SERVICES IN UNITED KINGDOM
PHP LINUX SHARED HOSTING WINDOWS ASP.NET HOSTING PACKAGES
ECOMMERCE HOSTING ASP MSSQL MS ACCESS ODBC FRONTPAGE HOSTING
CPANEL WHM FANTASTICO RESELLER DEDICATED SERVER WEB HOSTING
CHEAP PLESK CPANEL HTML MYSQL BEST UK VPS HOSTING COMPANY
CHEAP RELIABLE UK HOSTING PROVIDER SINCE 2001
MANAGED WEB HOSTING SERVICE
AFFORDABLE WEBSITE HOSTING SERVICES IN UNITED KINGDOM

Web Hosting UK Forums | Linux Windows Dedicated Server and cPanel VPS Hosting Forum » Web Hosting and Domains » FAQ's / Tutorials.

Reply
 
LinkBack Thread Tools Display Modes

  #1 (permalink)  
Old 23-12-06, 12:59 PM
Romeo's Avatar
Member
 
Join Date: Aug 2006
Posts: 73
Default http and https

Hello,

What is the difference between http and https?
Reply With Quote

  #2 (permalink)  
Old 23-12-06, 05:09 PM
kev woodman's Avatar
Premium Member
 
Join Date: Jul 2006
Location: Newport, Wales, UK.
Posts: 1,494
Default

All traffic sent using HTTP is unencrypted plain text. HTTPS is encrypted HTTP. Problem is that encrypting and decrypting the bitstream takes time so HTTPS is an inherently less efficient way of transmitting data so unless you have a particular reason to use it you should stick with HTTP.

HTTPS (Hypertext transfer protocol secure(d)) uses Secure Socket Layer (SSL) or Transport Layer Security (TLS because you remember your OSI Layer Model right?) to encrypt the data flow but requires that the server has a public key certificate.
__________________
homo sum: humani nil a me alienum puto ... ( just Google it )
Reply With Quote

  #3 (permalink)  
Old 24-12-06, 04:47 PM
Sales Team
 
Join Date: Sep 2006
Posts: 1,628
Send a message via MSN to Harry Send a message via Skype™ to Harry
Default

Romeo,
Recently we had a good discussion on the related topic at :
HTTP, Hypertext Transfer Protocol

please don’t ….. otherwise Moderator will get
Reply With Quote

  #4 (permalink)  
Old 25-12-06, 09:00 AM
WHUKAdmin's Avatar
Administrator
 
Join Date: Oct 2006
Location: Durham
Posts: 261
Default

Harry,
I don't see any relation between these two threads. The thread you have mentioned is talking about the loading time/ performance. And the topic posted by Romio is about the difference between HTTP and HTTPS.

[And to let you know, it is the job of moderator to manage the forum. There is nothing to do about madness and stuff like that. But some people just don't understand the rules OR intentionally don't like to follow the rules. Nothing can be done about those people, except they get banned or their post get deleted... Take a note of this in future.]
__________________
Linux: because rebooting is for adding new hardware.
Reply With Quote

  #5 (permalink)  
Old 26-12-06, 06:27 AM
kev woodman's Avatar
Premium Member
 
Join Date: Jul 2006
Location: Newport, Wales, UK.
Posts: 1,494
Default

There is some relevance in the other post - one of the differences between HTTP and HTTPS is performance.
__________________
homo sum: humani nil a me alienum puto ... ( just Google it )
Reply With Quote

  #6 (permalink)  
Old 26-12-06, 10:04 AM
Member
 
Join Date: Apr 2006
Posts: 44
Default

I don't think Romeo is seeking that difference...

You can say that there is a differences in characters too... HTTP[S] Not major though, but there is a difference.
Reply With Quote

  #7 (permalink)  
Old 26-12-06, 11:14 AM
Junior Member
 
Join Date: Nov 2006
Posts: 19
Post

HTTPS is more secured than HTTP as it is used for security sensitive information like online payment transactions and corporate logons. Many banks websites are under HTTPS for security reasons but many people are unaware that the details of a credit card when encrypted to the web server only protects the information when in transit between the user’s computer and the server. There is no guarantee about the security of the server even if the site is secured with HTTPS.
Reply With Quote

  #8 (permalink)  
Old 01-02-10, 12:06 PM
new member
 
Join Date: Nov 2009
Posts: 5
Default

If you want to change your entire website to HTTPS (SSL) secured. For things such as shopping carts and private information such as credit card numbers. This will secure your site to HTTPS on all the pages.

Add this to .htaccess

PHP Code:
RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
That's it! your done, your website will now show a lock on it.
__________________
Reply With Quote

  #9 (permalink)  
Old 08-02-10, 10:16 AM
new member
 
Join Date: Feb 2010
Posts: 1
Default

Hi..

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.
Reply With Quote

  #10 (permalink)  
Old 20-12-10, 04:49 PM
new member
 
Join Date: Dec 2010
Location: USA
Posts: 1
Default

I think it has already been said really. HTTPS is more secure and uses SSL to encrypt sensitive data flow. This is usually seen amongst banks and some major retailers.

The more standard HTTP is common place everywhere and the data sent here is unencrypted text data.

HTTPS will inevitably take longer in performance, loading and operational times due to this added level of encryption and although this is by no means a 100% guarantee it is definitely more secure than the unprotected HTTP.

Last edited by davidowall; 20-12-10 at 04:52 PM.
Reply With Quote

  #11 (permalink)  
Old 11-05-11, 11:45 AM
new member
 
Join Date: Apr 2011
Posts: 4
Default

HTTP means hypertext transfer protocol and HTTPS means hypertext transfer protocol secure
Reply With Quote

  #12 (permalink)  
Old 01-08-11, 07:15 PM
new member
 
Join Date: Jul 2011
Posts: 7
Default

Thank you for share a good information... The difference is described very well..
Reply With Quote

Reply

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT. The time now is 08:07 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Copyright 2001-2010 Web Hosting UK. All rights reserved.
Web Hosting UK Forum





Site Map

Shared Cloud
Shared Cloud From £1

Affiliate Program
Earn up to £300 Per Sale

Dedicated Servers
Dedicated Server Hosting

Cloud Hosting
Cloud Server Hosting

Load Balanced Server
Load Balancing Server

VPS Hosting
Linux VPS Hosting

Windows VPS
Windows 2003 VPS

Zimbra Hosting
Zimbra Email Hosting

cPanel Hosting
Shared Linux Hosting

Windows Hosting
Shared Windows Hosting

Coldfusion Hosting
Windows Coldfusion Hosting

cPanel Reseller Hosting
Shared Windows Hosting

Windows Reseller
Windows Reseller Hosting

Email Web Hosting
Email Hosting

Semi-Dedicated Server
Semi-Dedicated Hosting

Remote Backup Plans
Offsite Backup Service


cpanel hosting
Knowledgebase Articles

Pre-Sales Question
Web Hosting FAQ's

Dedicated Hosting
Dedicated Server FAQ's

Virtual Private Servers
VPS Hosting

PHP MySQL Hosting
cPanel Hosting

Windows Hosting
ASP MSSQL Hosting

Domain Name
Domain registration FAQ's

CMS Hosting
CMS Hosting FAQ's

Payment Gateways
Payment FAQ's


Support Tutorials

cPanel Tutorials
cPanel Flash Tutorials

Wordpress Tutorials
Wordpress Flash Tutorials

Plesk Tutorials
Plesk Flash Tutorials

PhpMyadmin Tutorials
PhpMyadmin Flash Tutorials

Drupal Tutorials
Drupal Flash Tutorials

Mambo Tutorials
Mambo Flash Tutorials

Joomla Tutorials
Joomla Flash Tutorials

More Hosting Tutorials