1

我正在尝试使用 curl 向 Jazz (Rational Team Concert) 进行身份验证。我已经阅读了有关如何做到这一点的文档和许多示例。

当我尝试进行身份验证时,我得到一个 HTTP 408 请求超时。有任何想法吗?

$ 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
4

0 回答 0