Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAndrea Huezo
876 PointsWhy not every web use https as standard? If it more secure because it is encrypted
HTTP VS HTTPS beside encrypting the data what is the other advantage for the user
1 Answer
Justin Burris
5,061 PointsThere is a high cost for secure certificates and most of the time HTTPS does not all your browser to cache. Also if every website was ran with the HTTPS protocol the web overall would be slower. The reasoning behind this is that there are sites all over the Web that have no need to encrypt their files. If you never log in thereβs nothing to protect.
Kristoffer Hess
13,426 PointsKristoffer Hess
13,426 PointsFrom my understanding not all hosting providers offer it because what is known as "virtual hosts" is the most common and cheapest hosting option. Virtual hosts allow one server to host multiple websites from one IP address. At present this setup doesn't work with HTTPS. Additionally, there are other factors that make HTTPS cost more.