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

How Do I Get This Thing To Work!

N

nick coronado

Guest
I'm doing work for a client who has a demo license for Plesk 9.5.2 on RHEL 64 bit. The installation went fine. I went to <machine address>:8443 and logged into the panel. I entered some information, changed the password, then exited. After doing that I tried to go back to the same panel using the same address and got the following:

This webpage is not available.

The webpage at https://localhost.localdomain:11444/relay might be temporarily down or it may have moved permanently to a new web address.

I posted this issue to the forum and got the following solution:

Go to psa database with

# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa

and update 'misc' table with something like:

update misc set val = 'false' where param = 'psa_configured';


NOTHING CHANGED. I never received any more responses. So what I did was to do a fresh install of Plesk and try again. I did that. I logged onto the panel and entered all the required information. After finishing I logged out. Then I tried going back in and the SAME THING happened:

This webpage is not available.

The webpage at https://localhost.localdomain:11444/relay might be temporarily down or it may have moved permanently to a new web address.

What am I doing wrong? At this point I'm ready to tell the client not to buy anything, and just use another product. Can ANYONE help me?????
 
The problem is caused by the fact that Parallels Plesk Panel is running in SSO mode:

Check it with:

# /usr/local/psa/bin/sso --get-prefs

In this case all request to the control panel are redirected to SSO server https://localhost.localdomain:11444 first.

You can just disable SSO mode with "/usr/local/psa/bin/sso --disable" and it makes Parallels Plesk Panel available.
 
Typical Install

IgorG, I reran the install after installing a fresh image. This time I used the typical install, and had no problems. When I run your command I see the following:


[root@server ~]# /usr/local/psa/bin/sso --get-prefs
SSO off
sso server url:
SSO is disabled


Is this because the typical install does not load SSO?
 
Right. SSO will not be installed with typical installation.
 
Back
Top