• 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 BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Plesk Login issue

D

Dennis Beverloo

Guest
Since this morning I can't login to Plesk anymore. Yesterday it worked fine and nothing changed since then.

I enter my username and password (which is the correct password as I've checked it in the /etc/psa/.psa.shadow file), then when I click Login, the page goes white and instantly goes back to the login page, without showing any kind of error message. What could be the problem here?
 
Did you tried to find a reason in /var/log/sw-cp-server/error_log file?
 
A few hours after I openend this topic I could suddenly log in without any problems. It seemed that all my login attempts were actually successful because there were multiple sessions open from my IP, the panel just kicked me back to the login screen. However, later that day I got the same problem again, and still now I can't login.

I'm getting these messages in the error log:

2010-08-25 16:19:15: (connections.c.299) SSL: 1 error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca
2010-08-25 16:19:15: (connections.c.299) SSL: 1 error:140940E5:SSL routines:SSL3_READ_BYTES:ssl handshake failure

Any suggestions?
 
2010-08-25 16:19:15: (connections.c.299) SSL: 1 error:140940E5:SSL routines:SSL3_READ_BYTES:ssl handshake failure

The possible cause such reports is brute-force attack on sw-cp-server port(8880) which may to block a normal sw-cp-server working. In addition can to recommend to check security log and search strings like:
Jan 13 02:54:48 plesk9 sshd[9890]: Failed password for root from ::ffff:125.208.21.3 port 8880 ssh2
Jan 13 07:32:43 plesk9 sshd[11756]: Failed password for root from ::ffff:125.208.21.3 port 8880 ssh2

or similar.
You can to block the hosts which run brute force attack for resolve such type of problems. There are couple possible ways to do this:

1. Blocking hosts by firewall rules.
2. Blocking hosts by tcp wrappers.
3. Thirdparty solutions.
 
I found the solution to my problem.
If I remove the cookie that stores the PHPSESSID, I have no problem logging in to Plesk.

I almost never click the logout link in Plesk, could that cause the problem? (session cookie remains when not logging out?)
 
Yes, it can be reason of problem but most probably it can be related to browser settings too. Did you tested it with different browsers?
 
Back
Top