Nginx ErrorsError
SSL_do_handshake() failedSSL_do_handshake() failed — SSL Handshake Failed
The SSL/TLS handshake with a client or upstream server failed.
nginxserver
View details 301 Moved PermanentlyNginx is redirecting the client to a new URL permanently.
A rewrite rule or return 301 directive is configured. The trailing slash redirect is also a common source.
This is usually intentional. If not, review rewrite rules and return directives. Check for unintended trailing slash redirects.
SSL_do_handshake() failedThe SSL/TLS handshake with a client or upstream server failed.
could not build server_names_hashNginx cannot build the server names hash table.
403 ForbiddenNginx denied access to the requested resource.
recv() failed (104: Connection reset by peer)The client reset the connection during data transfer.
413 Request Entity Too LargeThe request body exceeds the maximum size allowed by Nginx.
503 Service UnavailableThe server is temporarily unable to handle the request.