• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

Issue Curl 443 Error Connection Refused

toomanylogins

Basic Pleskian
I am Running a development server behind my own copy of nginx which is acting as a proxy to proxy port https to http on the plesk onyx server. This is running on a local IP address. The Nginx has the public IP address.

With Joomla! if I force the site to use https I get error

HTTPS connection test failed with the following error: Failed to connect to www2.abc.com port 443: Connection refused

I am also getting an error with curl

<!-- Components Anywhere Message: CURL Error: Failed to connect to www2.abc.com port 443: Connection refused -->

It looks like port 443 Is unavailable the plesk server. Is that correct? It is the default set up

/usr/lib/apache2/modules$ netstat -tan
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8880 0.0.0.0:* LISTEN
tcp 0 0 10.10.1.19:80 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN
tcp 0 0 10.10.1.19:53 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:12346 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN
tcp 0 0 10.10.1.19:443 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:12768 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:6308 0.0.0.0:* LISTEN
tcp 0 0 10.10.1.19:22 10.10.1.3:50861 ESTABLISHED
tcp 0 0 10.10.1.19:22 10.10.1.3:63841 ESTABLISHED
tcp 0 0 10.10.1.19:3306 10.10.1.3:54135 ESTABLISHED
tcp6 0 0 :::106 :::* LISTEN
tcp6 0 0 :::110 :::* LISTEN
tcp6 0 0 :::143 :::* LISTEN
tcp6 0 0 :::8880 :::* LISTEN
tcp6 0 0 127.0.0.1:9008 :::* LISTEN
tcp6 0 0 :::8080 :::* LISTEN
tcp6 0 0 :::465 :::* LISTEN
tcp6 0 0 :::53 :::* LISTEN
tcp6 0 0 :::21 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 :::9080 :::* LISTEN
tcp6 0 0 :::25 :::* LISTEN
tcp6 0 0 :::8443 :::* LISTEN
tcp6 0 0 :::993 :::* LISTEN
tcp6 0 0 :::995 :::* LISTEN
tcp6 0 0 :::7080 :::* LISTEN
tcp6 0 0 :::7081 :::* LISTEN

Do I need to open port 443 if so how ?
Thanks
 
Back
Top