• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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