Issue:
When accessing plesk control panel using non-ssl port(8880) it is redirecting to SSL port(8443).
http://www.yourdomain.com:8880 is redirecting to https://www.yourdomain.com:8443
Solution:
Disabling SSO in Plesk (Single Sign On) will fix this issue.
The Plesk Single Sign-On service is nice for users who use several of Parallels services such as Plesk and Site Builder.
Some users may decide to disable this service due to issues it can cause if not properly configured. One of these issues is incorrect SSL certificate support for the control panel admin interface. If you are still incurring the above mentioned problem, try disabling this service with:
In Windows:
If you are using plesk in windows, login to windows server via remote desktop.
Enter the following commands in the 'cmd'
C:\>%plesk_dir%/bin/
C:\Program Files (x86)\Parallels\Plesk\bin>sso.exe --disable
In Linux:
# /usr/local/psa/bin/sso --disable
Note:
Here in this solution, both http in 8880 and https in 8443 will work. If you want to permanantly disable https in 8443, you can follow the steps shown below.
If you have Windows 2008,
Open IIS.
Expand the Sites menu.
Right click the PleskControlPanel from the site list.
Select Edit Bindings.
Remove the binding for 8443.
Click close.
Restart Plesk for the changes to take effect.
***Most of all sso must be disabled.
About Me
Categories
Archives
Populares
-
Situation : I have removed some mails from the MDaemon server from the backend,ie, browsed through the mail box and deleted some mails mauna...
-
Domain already exists error while adding a subdomain or addon domain A very common error when adding an addon or parked domain via cpanel....
-
Here in the following telnet sessions i am using the following details to demonstrate the dovecot verification. You have to replace with you...
-
BCC to Boss Function - Postfix Postfix provides three mechanisms: always_bcc = address Deliver a copy of all mail to the specifi...
-
If you, or your clients, are unable to login to your/their email accounts and the system shows this error message: Plaintext authentication ...
-
If you are planning to use mysql for cyrus-sasl authentication, it is better to install PostfixAdmin. It will help us to add new smtp users ...
-
Crontab Failure Emails The emails vary in subject line but include: /bin/sh: 1 : ambiguous redirect - Cron <root@host> /usr/local/cpan...
-
Install YAZ PHP extension You can cry install yaz using the following command. But you may encounter an erro while the installation. # pecl ...
-
cut command examples in Unix/Linux - Bash Cut command in unix (or linux) is used to select sections of text fro...
-
DNS Introduction on BIND BIND or named is the most widely used DNS software on the Internet. Th...