• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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