The article I wrote recently discussed the issue of data transmission security, and the last part mentioned the solution to data transmission security through HTTPS. Then a new question arises: what technical problems may we encounter in the process of implementing HTTPS throughout the site? So today, let's do the math together and sort out the technical costs.
Preparation
Common solutions for CDN using https are:
Performance Challenges After making the above technical preparations, we must also be aware of the performance issues that come with implementing HTTPS: 1. Network time consumption increases. Simply put, more handshakes are required, network time consumption becomes longer, and it takes some time for users to jump from http to https. For the optimization of this area, there are optimization solutions such as Session ticket or Session Cache, but each has its own advantages and disadvantages. 2. The calculation time increases, and better machine performance is required. https needs to perform an additional RSA check. The main ways to optimize this area are to adopt the latest openssl protocol, use hardware acceleration, give priority to ECC keys, etc. Security Challenges Regarding this area, common security risks include: downgrade attacks and renegotiation attacks. For the former, the attacker forges or modifies the "client hello" message, causing the client and server to use a relatively weak encryption suite or protocol to complete the communication. For the renegotiation attack, the attacker takes advantage of the weak security algorithm after negotiation to try to steal the transmission content, and can continuously initiate full handshake requests, triggering the server to perform high-intensity calculations and causing service denial. Of course, with the efforts of infrastructure vendors or cloud vendors, general business users like us don’t need to worry about security issues at the protocol layer. The purpose of my raising this issue here is to make it clear that security issues can never be relaxed. Final Thoughts Switching to HTTPS is an inevitable trend. I believe that more and more sites will join in, and once completed, it will bring us huge benefits. For our technical team, before implementation, we must consider the technical costs behind it, make corresponding technical reserves, and prepare the online process of switching from HTTP to HTTPS to ensure that everything is foolproof. |
<<: 10+ Apps You Must Uninstall During the National Day Holiday
>>: 2017 Big Data Festival is coming in October, iResearch A10 Summit will open on the 27th
Tik Tok short video is the video playback platfor...
01 Chat with a product manager . He said that it ...
In this cold winter of the epidemic, bosses shoul...
"If the ZUK phone and the next generation iP...
via:appying If overseas games are to be released ...
How much does it cost to rent an IDC computer roo...
Wei Toutiao is a sub-function of Toutiao. It is r...
Today we are going to talk about integrated marke...
As the saying goes: A year's plan begins with...
"Infected Person 218" is popular! After...
On August 14, NIO officially submitted its IPO do...
If you think virtual currency is unreliable, then...
About 250 million years ago, the largest extincti...
The Spring Festival is the most important traditi...
What was originally a research project to maintai...