HTTPS at 80 Gbps? Yes, in Go (2025)

“Encryption is slow, HTTPS can’t be high‑speed.”

💡 Turns out, the bottleneck isn’t the math — it’s handshakes and memory copies.

Here’s what I did to make a single 1U Go server push 70–80 Gbps over HTTPS:
•🚀 Switched to faster handshake signatures (E…


This content originally appeared on DEV Community and was authored by Aleksei Aleinikov

“Encryption is slow, HTTPS can’t be high‑speed.”

💡 Turns out, the bottleneck isn’t the math — it’s handshakes and memory copies.

Here’s what I did to make a single 1U Go server push 70–80 Gbps over HTTPS:
•🚀 Switched to faster handshake signatures (ECC stamp instead of calligraphy)
•🔑 Enabled cluster‑wide session resumption (no storm of new handshakes)
•📦 Cut out extra copies — pushed bulk encryption down the stack with zero‑copy I/O

👉 Full story with practical steps here:
https://levelup.gitconnected.com/https-at-full-speed-in-2025-with-go-f6bbf94935cf


This content originally appeared on DEV Community and was authored by Aleksei Aleinikov


Print Share Comment Cite Upload Translate Updates
APA

Aleksei Aleinikov | Sciencx (2025-08-21T03:40:31+00:00) HTTPS at 80 Gbps? Yes, in Go (2025). Retrieved from https://www.scien.cx/2025/08/21/https-at-80-gbps-yes-in-go-2025/

MLA
" » HTTPS at 80 Gbps? Yes, in Go (2025)." Aleksei Aleinikov | Sciencx - Thursday August 21, 2025, https://www.scien.cx/2025/08/21/https-at-80-gbps-yes-in-go-2025/
HARVARD
Aleksei Aleinikov | Sciencx Thursday August 21, 2025 » HTTPS at 80 Gbps? Yes, in Go (2025)., viewed ,<https://www.scien.cx/2025/08/21/https-at-80-gbps-yes-in-go-2025/>
VANCOUVER
Aleksei Aleinikov | Sciencx - » HTTPS at 80 Gbps? Yes, in Go (2025). [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/08/21/https-at-80-gbps-yes-in-go-2025/
CHICAGO
" » HTTPS at 80 Gbps? Yes, in Go (2025)." Aleksei Aleinikov | Sciencx - Accessed . https://www.scien.cx/2025/08/21/https-at-80-gbps-yes-in-go-2025/
IEEE
" » HTTPS at 80 Gbps? Yes, in Go (2025)." Aleksei Aleinikov | Sciencx [Online]. Available: https://www.scien.cx/2025/08/21/https-at-80-gbps-yes-in-go-2025/. [Accessed: ]
rf:citation
» HTTPS at 80 Gbps? Yes, in Go (2025) | Aleksei Aleinikov | Sciencx | https://www.scien.cx/2025/08/21/https-at-80-gbps-yes-in-go-2025/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.