Nginx ssl_error_rx_record_too_long | Sany's Linux and Open Source Blog

Nginx ssl_error_rx_record_too_long | Sany's Linux and Open Source Blog

瀏覽:325
日期:2025-05-31
While trying to configuring Nginx with ssl I got error saying that "ssl_error_rx_record_too_long". After debugging about the issue, following change in configuration file resolved the issue: In my nginx.conf file I have written as: listen 443; I changed a...看更多