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

Search results

  1. T

    SFTP on Plesk 10?

    On some older versions of Plesk /usr/local/psa/bin/chrootsh does not work. I'm not sure why it wouldn't work because you're now upgraded to 11x but try changing /usr/local/psa/bin/chrootsh to /bin/bash. You can also try /bin/sh (use with caution and test because this may give non-jailed shell...
  2. T

    SFTP on Plesk 10?

    Isaac, Are you sure that you followed all of the steps? I just tested it on CentOS6 x64 with Plesk 11.5.30 mu #9 and it works fine. We routinely add these FTP accounts for clients but I tested it again just in case something changed over the last few days. Did you create the user in the...
  3. T

    Turning NGINX on breaks SSL Chain

    I have another post going about many issues that I've encountered with nginx, plesk and ssl certs. Here's the link to that post: http://forum.parallels.com/showthread.php?289546-NGINX-SSL-needs-to-be-fixed If you make the changes in #1 and then reconfigure the domains and apply the certificate...
  4. T

    NGINX + SSL needs to be fixed.

    ssl_client_certificate breaks the chain as the CA is not sent. ssl_trusted_certificate sends the CA and doesn't break the chain. ssl_client_certificate would appear to be correct because in theory it should be sending the list of certificates. The problem is, as stated above, that it's not...
  5. T

    NGINX + SSL needs to be fixed.

    Here's a couple problems I see with 11.5.30 Update #9 and nginx and ssl. 1 - /usr/local/psa/admin/conf/templates/default/domain/nginxDomainVirtualHost.php should be changed from: <?php if ($sslCertificate->ca): ?> ssl_client_certificate <?php echo $sslCertificate->caFilePath ?>...
  6. T

    SFTP on Plesk 10?

    Accidental double post. Deleted
  7. T

    SFTP on Plesk 10?

    I would agree that it's totally absurd to give full access to users and anyone doing so would have to be crazy. A few years ago we ran into this problem and came up with a solution that we blogged about last year. With Plesk we only allow users sftp access and we have ftp access blocked. When...
  8. T

    WPB Fails to load with 8880 blocked

    Custer, Thank you very much this works great. For anyone who stumbles across this and goes to /usr/local/psa/admin/conf/ and finds that panel.ini doesn't exist you can just create it, save and restart Plesk.
  9. T

    BEAST (Browser Exploit Against SSL/TLS) Vulnerability on port 8443

    If the post is about testing with SSL Labs then it is most definitely port 443 in question. The original OP may be referring to port 8443 however my reply is not in response to the OP. Please try the steps outlined in my post and report back.
  10. T

    BEAST (Browser Exploit Against SSL/TLS) Vulnerability on port 8443

    Ok so lets check a couple things and make a few changes. I prefer nano. Replace with vi if you prefer. First of all cd /etc/httpd/conf/ nano httpd.conf In the first un-commented section place the following: SSLHonorCipherOrder On SSLProtocol all -SSLv2 SSLCipherSuite...
  11. T

    BEAST (Browser Exploit Against SSL/TLS) Vulnerability on port 8443

    We've seen this issue on some servers and not on others. The servers that have this issue are configured slightly different. I'll throw something together over the next couple days with a fix for those machines as it varies slightly from the guide.
  12. T

    BEAST (Browser Exploit Against SSL/TLS) Vulnerability on port 8443

    First of all did you read through the compliance guide that I posted above? If so did you complete the steps listed for the beast exploit? Could you explain what steps you have taken thus far? Thanks
  13. T

    BEAST (Browser Exploit Against SSL/TLS) Vulnerability on port 8443

    Justin, I know it's been a month since you wrote this and I hope that by now you have this issue resolved. If for some reason you are still experiencing issues with PCI compliance, specifically the BEAST exploit I would recommend taking a look at this blog post that we have written with...
  14. T

    Secure Shell Terminal Port Change

    For many reasons we've changed the default port for SSH access. Unfortunately the Secure Shell Terminal java applet located in the control panel only wants to use port 22. Is there some config that can be made to change the port so that is actually works? Thanks
  15. T

    WPB Fails to load with 8880 blocked

    Still unanswered. Anyone have any ideas? I have tried editing the config file located in /usr/local/sb and changing the url to 8443. This does absolutely nothing and it was set to 80 which isn't even the port it was using as it was using 8080. I've checked in the sitebuilder5 db and...
  16. T

    DNS Updates Failing with 11.0.9 MU 7

    We found out what the problem was. The passwords that we use for our servers are dual factor and randomly generated. No one in the company really knows what the login credentials are as they are encrypted. The only time we see the password is when it is first created. It was noticed that...
  17. T

    DNS Updates Failing with 11.0.9 MU 7

    That's the only error shown when trying to sync the domains using the panel. The only other thing that I noticed is that the record file is located in the /var/named/chroot/var folder. From my understanding this should be in the /var/named/run-root/ folder. It was a fresh 10.4 install and...
  18. T

    DNS Updates Failing with 11.0.9 MU 7

    We are still having this problem and there's still no reply. Upon further investigation we've found that there are errors being logged in the panel.log as shown below: 2012-12-11T23:35:44-08:00 ERR (3): DNS Connector: error during commit (PleskMultipleException): Err$ dnsmng: Unable to...
  19. T

    WPB Fails to load with 8880 blocked

    I'm having issues with Plesk 11 and WPB loading. I guess I could say that I've always had issues with it, however previously (Plesk 10) I was able to create a custom button with the correct URL ending in /Start. This doesn't appear to work anymore because there's no token passed to WPB and...
  20. T

    DNS Updates Failing with 11.0.9 MU 7

    We've experienced issues when users update their DNS settings via the control panel. The control panel will show that the DNS change was made successfully however upon re-entering the DNS settings page the following error shows up "Warning: The DNS zone was modified. If you would like to...
Back
Top