• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Web plesk panel : ERR_CONNECTION_REFUSED

Jonathan Michelon

New Pleskian
Hi all,

I have parallels plesk autoinstaller on my server and since the new microupdate during that night i haven't access to my web panel.

/etc/init.d/psa status is running
/sbin.iptables -L are accept
lsof - i tcp:8443 -> Listen for root and sw-cp-server

I don't know what happened !
May you have a solution ?

Thanks
Jo
 
Just switch off iptables in command line and try connect to Plesk Panel.
 
Have a look if iptables is still running

systemctl status iptables

If it is running, you can stop it via..

systemctl stop iptables

Then try to connect to your Plesk-Panel

If it does not work, have a look if firewalld is running:

systemctl status firewalld

If yes, disable it via:

systemctl stop firewalld
systemctl status firewalld

Then try to connect to your Plesk-Panel
 
Hi Oliver,

Thanks for your answer.

The comand you gave to me are not working.
But this is what i just did :

# /etc/init.d/iptables stop
# chkconfig iptables off

# service ip6tables stop
# chkconfig ip6tables off

but it still not working :(
 
sw-engine.log :

[18-Jun-2015 09:11:54] WARNING: [pool sso] child 6774 said into stderr: "ERROR: Unable to set php_value 'apc.enabled'"
[18-Jun-2015 09:11:54] WARNING: [pool sso] child 6774 said into stderr: "ERROR: Unable to set php_value 'apc.shm_size'"
[18-Jun-2015 09:11:54] WARNING: [pool sso] child 6774 said into stderr: "ERROR: Unable to set php_value 'apc.stat'"
[18-Jun-2015 09:11:54] WARNING: [pool sso] child 6774 said into stderr: "NOTICE: PHP message: PHP Warning: psasem_rinit(): failed to open semaphore file: /usr/local/psa/var/psasem.sem: Permission denied in Unknown on line 0"
[18-Jun-2015 11:47:10] WARNING: [pool sso] child 30727 said into stderr: "ERROR: Unable to set php_value 'apc.enabled'"
[18-Jun-2015 11:47:10] WARNING: [pool sso] child 30727 said into stderr: "ERROR: Unable to set php_value 'apc.shm_size'"
[18-Jun-2015 11:47:10] WARNING: [pool sso] child 30727 said into stderr: "ERROR: Unable to set php_value 'apc.stat'"
[18-Jun-2015 11:47:10] WARNING: [pool sso] child 30727 said into stderr: "NOTICE: PHP message: PHP Warning: psasem_rinit(): failed to open semaphore file: /usr/local/psa/var/psasem.sem: Permission denied in Unknown on line 0"
[18-Jun-2015 18:03:56] WARNING: [pool sso] child 21789 said into stderr: "ERROR: Unable to set php_value 'apc.enabled'"
[18-Jun-2015 18:03:56] WARNING: [pool sso] child 21789 said into stderr: "ERROR: Unable to set php_value 'apc.shm_size'"
[18-Jun-2015 18:03:56] WARNING: [pool sso] child 21789 said into stderr: "ERROR: Unable to set php_value 'apc.stat'"
[18-Jun-2015 18:03:56] WARNING: [pool sso] child 21789 said into stderr: "NOTICE: PHP message: PHP Warning: psasem_rinit(): failed to open semaphore file: /usr/local/psa/var/psasem.sem: Permission denied in Unknown on line 0"
[19-Jun-2015 03:25:40] NOTICE: Terminating ...
[19-Jun-2015 03:25:40] NOTICE: exiting, bye-bye!
[19-Jun-2015 03:25:48] NOTICE: fpm is running, pid 31906
[19-Jun-2015 03:25:48] NOTICE: ready to handle connections
[19-Jun-2015 03:25:57] NOTICE: Terminating ...
[19-Jun-2015 03:25:57] NOTICE: exiting, bye-bye!
[19-Jun-2015 03:25:57] NOTICE: fpm is running, pid 32412
[19-Jun-2015 03:25:57] NOTICE: ready to handle connections
[19-Jun-2015 10:24:28] NOTICE: Terminating ...
[19-Jun-2015 10:24:28] NOTICE: exiting, bye-bye!
[19-Jun-2015 10:24:34] NOTICE: fpm is running, pid 14466
[19-Jun-2015 10:24:34] NOTICE: ready to handle connections


/usr/local/psa/var/psasem.sem file is empty
 
Last edited:
Maybe your last update went wrong - you could
try to reinstall the microupdates.

/usr/local/psa/admin/sbin/autoinstaller --select-release-current --reinstall-patch --install-component base

If that does not help, you could try to let plesk generate new semaphore files:

service psa stop
cd /usr/local/psa/var

mv utilities.sem utilities.sem.bak
mv psasem.sem psasem.sem.bak

service psa start
 
As last resort, try to repair your installation:

/usr/local/psa/bootstrapper/pp12.0.18-bootstrapper/bootstrapper.sh repair

If that doesn't help, you should think about a support-ticket.
 
The problem is solved !

The issue was caused by misconfiguration. In /etc/sw-cp-server/conf.d/plesk.conf ssl port was set to 2015:

*****
server listen 2015 ssl;
Set port to default 8443 and restarted sw-cp-server
*****

Thanks to the support team !
 
Back
Top