• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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