Hi
I'm experiencing a very strange error when I run the ssolscli.cmd updateService command to bing the trusted SSL ceritifcate to my Secure Token Service. i run the command and get the following error:
D:\Program Files\VMware\Infrastructure\SSOServer\ssolscli> ./ssolscli.cmd updateService -d https://xxxxxxxxxx:7444/lookupservice/sdk -u admin@System-Domain -p xxxxxxxx -si D:\certs\sts_id -ip D:\certs\sts.properties
Intializing registration provider...
Getting SSL certificates for https://xxxxxxxxxx:7444/lookupservice/sdk
Getting SSL certificates for https://xxxxxxxxxxx:7444/sso-adminserver/sdk
com.vmware.vim.vmomi.core.exception.MarshallException: com.ctc.wstx.exc.WstxIOException: Invalid null character in text
to output
Return code is: VmomiError
18
The other two services are binded without an error and I have rechecked and recreated my sts.properties file numerous time and have tried to change the STSService to the ipaddress and still I get the error.
My sts.properties file is:
[service]
friendlyName=STS for Single Sign On
version=1.0
ownerId=
type=urn:sso:sts
description=The Security Token Service of the Single Sign On server.
[endpoint0]
uri=https://XXXXXXXXXXXXXXXXXX:7444/ims/STSService
ssl=c:\ProgramData\VMware\SingleSignOn\SSL\Root64.cer
protocol=wsTrust
Has anyone experienced this before? If i run ssolscli.cmd listServices https://XXXXXXXX:7444/lookupservice/sdk it gives me all the correct information
Gregg