• 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 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