I have created an instance of the uaac service in cloud foundry and have associated it with one of my application. Now, when I try to target my CLI to the uaac instance I get the following error,
$ uaac target <uaac URL>
failed to access <uaac URL>: Invalid SSL Cert for <uaac URL>/login. Use '--skip-ssl-validation' to continue with an insecure target
I have added the option as per the message,
$ uaac target <uaac URL> --skip-ssl-validation
But again I get the same error,
failed to access <uaac URL>: Invalid SSL Cert for <uaac URL>/login. Use '--skip-ssl-validation' to continue with an insecure target
I am not sure why the option is not considered and I get the same error again even after mentioning the option.