• 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

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