Products | Versions |
---|---|
TIBCO ActiveSpaces | 4.x and above |
#Here are some sample errors
If FTL is started with IP address and tibdg tries to connect using hostname the below error is thrown:
------------------
C:\AS440\as\4.4\bin>tibdg -r https://vviswana-hpz2:8989 --trust-file C:\AS440\as\4.4\bin\meraSecureGridData\ftl-trust.pem --user-password-file ftlcreds.txt -g meraSecureGrid status
Warn: Wait for realm max time exceeded, last error: Realm is not reachable
Error: Server error 500: Get "https://vviswana-hpz2:8989/api/v1/server": x509: certificate is not valid for any names, but wanted to match vviswana-hpz2
------------------
2)
If FTL is started with hostname and tibdg tries to connect using ipaddress the below error is thrown:
--------------
C:\AS440\as\4.4\bin>tibdg -r https://10.0.0.40:8989 --trust-file C:\AS440\as\4.4\bin\meraSecureGridData\ftl-trust.pem --user-password-file ftlcreds.txt -g meraSecureGrid status
Warn: Wait for realm max time exceeded, last error: Realm is not reachable
Error: Server error 500: Get "https://10.0.0.40:8989/api/v1/server": x509: cannot validate certificate for 10.0.0.40 because it doesn't contain any IP SANs
--------------