Nginx 错误错误
SSL_do_handshake() failedSSL_do_handshake() failed — SSL Handshake Failed
The SSL/TLS handshake with a client or upstream server failed.
nginxserver
查看详情 496 SSL Certificate RequiredA client certificate is required but was not provided.
The server is configured with ssl_verify_client on but the client did not send a certificate.
Configure the client to present a valid certificate. Use ssl_verify_client optional if the certificate is not always required.
SSL_do_handshake() failedThe SSL/TLS handshake with a client or upstream server failed.
conflicting server nameTwo or more server blocks use the same server_name.
too many open filesNginx has reached the maximum number of open file descriptors.
recv() failed (104: Connection reset by peer)The client reset the connection during data transfer.
502 Bad GatewayNginx received an invalid response from the upstream server.
404 Not FoundThe requested resource was not found on the server.