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

Resolved Upgrading Plesk 12.0 to 17.0 sw_cp_server service failed

Zyne

New Pleskian
Hello,

today I wanted to upgrade my old plesk version to the currently stable one, but I connect to the control panel via port 8443.
So I typed in plesk repair all, didn't fixed the issue.

root@vps:~# /etc/init.d/psa start
Starting sw_engine service... already started
Starting sw_cp_server service... failed
Starting mysql service... already started
Starting named service... already started
Starting mailer service... already started
Starting spamfilter service... not installed
Starting drweb service... unused
Starting tomcat service... not installed
Starting apache service... already started
Starting xinetd service... already started

root@vps:~# /etc/init.d/sw-cp-server restart
nginx: [emerg] "ssl_ciphers" directive is duplicate in /etc/sw-cp-server/conf.d/ssl.conf:1
nginx: configuration file /etc/sw-cp-server/config test failed

how to solve this?
 
Please check all files in the /etc/sw-cp-server/conf.d directory for "ssl_ciphers" entries. There are at least two. Please remove the additional file (not ssl.conf, but the "other" file you will find), then try restart of service again.

Find files:
# grep -R ssl_ciphers /etc/sw-cp-server/conf.d/*
 
Back
Top