• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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