Technology

Solution for the 421 Misdirected Request Error

421 Misdirected Request


A common issue affecting many websites today:


With the latest Apache update, a 421 Misdirected Request error will now be returned if the SNI (Server Name Indication) header is missing or mismatched.

This occurs when HTTPS requests are passed to Apache without the proxy_ssl_name header.


You can fix the issue by running the following command via SSH:


echo -e "proxy_ssl_server_name on;\nproxy_ssl_name \$host;" > /etc/nginx/conf.d/fixssl.conf && systemctl restart nginx
DE
Senior Writer
Destek Ekibi
The Nedese editorial team covers competitive gaming guides, patch notes, and strategy breakdowns across all major titles. With over 15 years of coverage, our writers combine deep game knowledge with practical in-match experience.
Reader Comments
Discussion
0 comments
No comments yet. Be the first to share your thoughts.
Write a Comment
Did you find this article helpful? Share your thoughts with other readers.
Community
Want to showcase your own server?
Add your community-run server to our directory and reach more players. Join our Discord to connect with the community, or submit your server now.
Submit Your Server