• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved nginx error

Madness

Basic Pleskian
Hi,

Got theses errors multiple time in my logs and after searching on the net for a while I've been unable to find what the issue is.

Can you guys please help with resolving the error?

I'm using ubuntu
Php 7.2.20
FPM servered by apache


2911 peer closed connection in SSL handshake (104: Connection reset by peer) while SSL handshaking to upstream nginx error

7016#0: *1655 connect() failed (111: Connection refused) while connecting to upstream nginx error
 
Last edited:
The error means that Apache is not responding to Nginx. You need to look into the corresponding Apache logs to find out more about what is going on.
 
The error means that Apache is not responding to Nginx. You need to look into the corresponding Apache logs to find out more about what is going on.

The full error was found in proxy_error_log

[error] 8182#0: *2911 peer closed connection in SSL handshake (104: Connection reset by peer) while SSL handshaking to upstream, client: IP, MY SERVER, request: "GET /arrowchat/includes/json/receive/receive_core.php?hash=rUzQ1LIrbYjX5zOy5TAS&init=690&callback=jQuery111200271358159582612_1563549009042&_=1563549012192 HTTP/1.1", upstream: "https://MY SERVER IP/arrowchat/includes/json/receive/receive_core.php?hash=rUzQ1LIrbYjX5zOy5TAS&init=690&callback=jQuery111200271358159582612_1563549009042&_=1563549012192", host: "MY SITE URL", referrer: "https://MY SITE/index.php?threads/jay-and-silent-bob-2019.3881/"
2019/07/20 06:52:03 [crit] 9450#0: *44200 SSL_do_handshake() failed (SSL: error:14094085:SSL routines:ssl3_read_bytes:ccs received early) while SSL handshaking, client: IP, server: SERVER IP:443

I've removed all IPs from the error

After some reading i found to add proxy_ssl_server_name on; to my nginx.conf. The error hasn't been logged again for hours i think its fixed.
 
Back
Top