• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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