RTC - Http 408 trying to authenticate
I am trying to authenticate to Jazz (Rational Team Concert) using curl. I've read the documentation and many examples on how to do that.
When I try authenticating I get an HTTP 408 Request Timeout. Any ideas?
$ curl -i -k -d "j_username=myuser" -d "j_password=mypwd" "https://myserver:9443/jazz/authenticated/j_security_check"
HTTP/1.1 408 Request Timeout
Server: Apache-Coyote/1.1
Content-Type: text/html;charset=utf-8
Content-Language: en
Content-Length: 1367
Date: Fri, 03 Jun 2016 18:58:20 GMT
Connection: close
Comments
Donald Nong
Jun 06 '16, 3:06 a.m.Can you check what it actually says in the response body (it is 1367 in length).