-
Notifications
You must be signed in to change notification settings - Fork 364
Closed
Description
I keep getting
ClientResponseException{message=Bad Request, status=400, status-code=BAD_REQUEST}
when I try to authenticate.
I simply copy pasted code from your homepage
OSClient os = OSFactory.builder().endpoint("https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0")
.useNonStrictSSLClient(true)
.credentials("***","***")
.tenantName("***")
.authenticate();
I am sure my details are correct because when I do an HTTP request myself, It succeeds.
Metadata
Metadata
Assignees
Labels
No labels