• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Error unregistering SSO

Miguel Mesa Mesa

New Pleskian
When I execute
#/usr/local/sitebuilder/utils/sso_config unregister

an error is displayed:
Exception :
message: cURL error: couldn't connect to host
file: /usr/local/sitebuilder/include/Base/Utils/HttpClient.php
line: 108
code: 0
 
It looks like network issue. Did you checked that port 11443 is not firewalled there?
 
I have to reinstall all for other problems. But now, when I try to unregister sso by ssh is displayed:

Exception :
message: cURL error: unable to use client certificate (no key found or
wrong pass phrase?)
file: /usr/local/sitebuilder/include/Base/Utils/HttpClient.php
line: 108
code: 0

And, If I go to edit a site, the message is:

Internal Sitebuilder error.
File: /usr/local/sitebuilder/include/OpenSSO/xmlseclibs.php; Line: 376
Message: PHP Warning : openssl_sign() [function.openssl-sign]: supplied key param cannot be coerced into a private key; Code: 2
 
When I try to go to plesk panel at port 11443, psa service is stopped, and I have to restart it....

What is happenig???

is there anyway to disable SSO?
 
Please, I need help, my customers are angry... :(

When I try to login Plesk by 11443 port, it shows a blank page, and psa service is dead, so I have to restart psa to login into plesk by 8443 port.

I am despaired.
 
You can disable sso with

I did it, but the problem still exists:

When I go to sitebuilder.mydomain.com/Admin:

Internal Sitebuilder error.
File: /usr/local/sitebuilder/include/OpenSSO/xmlseclibs.php; Line: 376
Message: PHP Warning : openssl_sign() [function.openssl-sign]: supplied key param cannot be coerced into a private key; Code: 2
 
Try to perform following sql queries for disabling SSO:

Note, it is just example!

# /usr/local/sitebuilder/utils/sso_config status
IDP properties
enabled = 1
relay = https://sesglobal.hosting24.com.au:11443
sp_id = innhlczefqf7pe4avp3l154djcrqxz7o55q
api_url = https://sesglobal.hosting24.com.au:11443
idp_id = 5e349979d1a265deb72f61c8a2d2fe2d
api_id = sw:sso:idp:1_0

mysql> select * from config_param;
+----+-------------------+---------------------+-----------------------------------------------+
| id | config_section_id | name | value |
+----+-------------------+---------------------+-----------------------------------------------+
| 1 | 1 | version | 4.5.0 |
| 2 | 1 | build | 2009020315 |
| 3 | 1 | active_license_key | 9 |
| 4 | 1 | modules_api_version | 4.5.0 |
| 5 | 1 | patch_level | Hotfix-20090203 |
| 6 | 1 | application_url | http://sitebuilder.sesglobal.hosting24.com.au |
| 7 | 2 | sp_id | innhlczefqf7pe4avp3l154djcrqxz7o55q |
| 8 | 2 | api_id | sw:sso:idp:1_0 |
| 9 | 2 | idp_id | 5e349979d1a265deb72f61c8a2d2fe2d |
| 10 | 2 | api_url | https://sesglobal.hosting24.com.au:11443 |
| 11 | 2 | relay | https://sesglobal.hosting24.com.au:11443 |
| 12 | 2 | user_url | https://sesglobal.hosting24.com.au:11444 |
| 13 | 2 | enabled | 1 |
+----+-------------------+---------------------+-----------------------------------------------+
13 rows in set (0.00 sec)

[Expand quote]
mysql> delete from config_param where config_section_id=2;
 
Site Builder Errors

Hello i have some error (if not are logged in sitebuilder or plesk) and i go in sitebuilder domain and click in link for loggin i have this error:

http://sitebuilder.domain.tld/Admin

Internal Sitebuilder error.
File: /opt/sitebuilder/include/OpenSSO/xmlseclibs.php; Line: 376
Message: PHP Warning : openssl_sign() [function.openssl-sign]: supplied key param cannot be coerced into a private key; Code: 2

Have any idea to solve this problem?

Thank's!
 
Back
Top