Tag

SSL handshake

0 views collected around this technical thread.

Practical DevOps Architecture
Practical DevOps Architecture
Feb 28, 2022 · Operations

Resolving Nginx 502 Bad Gateway Errors with SSL Handshake Issues and Buffer Configuration

This article analyzes 502 Bad Gateway errors caused by SSL handshake failures in Nginx, presents the relevant error logs and curl output, and provides a detailed configuration example—including buffer sizes, client limits, and proxy settings—to fix the issue.

502 Bad GatewayBackendNginx
0 likes · 3 min read
Resolving Nginx 502 Bad Gateway Errors with SSL Handshake Issues and Buffer Configuration
Tencent Architect
Tencent Architect
Jun 30, 2017 · Information Security

Asynchronous RSA Proxy Computation and Performance Optimization for SSL Handshake

The article presents a comprehensive engineering solution that separates RSA operations, employs parallel and asynchronous processing, modifies OpenSSL and Nginx event handling, and adds symmetric‑encryption optimizations to boost SSL/TLS handshake throughput by over threefold while reducing CPU load.

NginxOpenSSLPerformance Optimization
0 likes · 16 min read
Asynchronous RSA Proxy Computation and Performance Optimization for SSL Handshake