Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Login page problem – https://yoursever:11444/relay error  (Read 2208 times)

0 Members and 1 Guest are viewing this topic.

sachinj

  • Guest
Login page problem – https://yoursever:11444/relay error
« on: June 23, 2018, 04:14:44 pm »
The webpage at https://yourip:11444/relay might be temporarily down or it may have moved permanently to a new web address.



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

You mainly see this error in Plesk 9.x if you are trying to access it using Google Chrome. The reason you see this is becuse of the way it handles Plesks SSO or “single sign on”.

SSO is mainly used to provide intergration with Parrallels Plesk Billing by providing you with a single login between products without having relogin everytime you switch between products.

There are two fixes for this. Either you upgrade to the latest Plesk build, Plesk 10.x or you disable SSO. The easyest is to disable it.

To disable login to your Plesk server via SSH and run the command:

Code: [Select]
/usr/local/psa/bin/sso --disable
To renable SSO run:

Code: [Select]
/usr/local/psa/bin/sso --enable
That's it 8)