Skip to content

Instantly share code, notes, and snippets.

@sebastienblanc
Created January 24, 2018 11:05
Show Gist options
  • Save sebastienblanc/c616ce99945d8d9ccbbd275017063f4c to your computer and use it in GitHub Desktop.
Save sebastienblanc/c616ce99945d8d9ccbbd275017063f4c to your computer and use it in GitHub Desktop.
curl -vvv $(minishift openshift service cars-api)/cars/list
* Rebuilt URL to: |-----------|----------|----------|------------------------------------------------|--------|/
* Could not resolve host: |-----------|----------|----------|------------------------------------------------|--------|
* Closing connection 0
curl: (6) Could not resolve host: |-----------|----------|----------|------------------------------------------------|--------|
* Rebuilt URL to: |/
* Could not resolve host: |
* Closing connection 1
curl: (6) Could not resolve host: |
* Rebuilt URL to: NAMESPACE/
* Could not resolve host: NAMESPACE
* Closing connection 2
curl: (6) Could not resolve host: NAMESPACE
* Rebuilt URL to: |/
* Could not resolve host: |
* Closing connection 3
curl: (6) Could not resolve host: |
* Rebuilt URL to: NAME/
* Could not resolve host: NAME
* Closing connection 4
curl: (6) Could not resolve host: NAME
* Rebuilt URL to: |/
* Could not resolve host: |
* Closing connection 5
curl: (6) Could not resolve host: |
* Rebuilt URL to: NODEPORT/
* Could not resolve host: NODEPORT
* Closing connection 6
curl: (6) Could not resolve host: NODEPORT
* Rebuilt URL to: |/
* Could not resolve host: |
* Closing connection 7
curl: (6) Could not resolve host: |
* Rebuilt URL to: ROUTE-URL/
* Could not resolve host: ROUTE-URL
* Closing connection 8
curl: (6) Could not resolve host: ROUTE-URL
* Rebuilt URL to: |/
* Could not resolve host: |
* Closing connection 9
curl: (6) Could not resolve host: |
* Rebuilt URL to: WEIGHT/
* Could not resolve host: WEIGHT
* Closing connection 10
curl: (6) Could not resolve host: WEIGHT
* Rebuilt URL to: |/
* Could not resolve host: |
* Closing connection 11
curl: (6) Could not resolve host: |
* Rebuilt URL to: |-----------|----------|----------|------------------------------------------------|--------|/
* Could not resolve host: |-----------|----------|----------|------------------------------------------------|--------|
* Closing connection 12
curl: (6) Could not resolve host: |-----------|----------|----------|------------------------------------------------|--------|
* Rebuilt URL to: |/
* Could not resolve host: |
* Closing connection 13
curl: (6) Could not resolve host: |
* Rebuilt URL to: myproject/
* Could not resolve host: myproject
* Closing connection 14
curl: (6) Could not resolve host: myproject
* Rebuilt URL to: |/
* Could not resolve host: |
* Closing connection 15
curl: (6) Could not resolve host: |
* Rebuilt URL to: cars-api/
* Could not resolve host: cars-api
* Closing connection 16
curl: (6) Could not resolve host: cars-api
* Rebuilt URL to: |/
* Could not resolve host: |
* Closing connection 17
curl: (6) Could not resolve host: |
* Rebuilt URL to: |/
* Could not resolve host: |
* Closing connection 18
curl: (6) Could not resolve host: |
* Rebuilt URL to: http://cars-api-myproject.192.168.42.85.nip.io/
* Trying 192.168.42.85...
* TCP_NODELAY set
* Connected to cars-api-myproject.192.168.42.85.nip.io (192.168.42.85) port 80 (#19)
> GET / HTTP/1.1
> Host: cars-api-myproject.192.168.42.85.nip.io
> User-Agent: curl/7.53.1
> Accept: */*
>
< HTTP/1.1 404 Not Found
< x-application-context: application
< content-type: application/json;charset=UTF-8
< date: Wed, 24 Jan 2018 10:30:12 GMT
< x-envoy-upstream-service-time: 36
< server: envoy
< x-envoy-decorator-operation: default-route
< transfer-encoding: chunked
< Set-Cookie: 665cb59d80a1ed7d748cdb1c4a0ecdcb=b1c092e033d711c705d456c46386a42d; path=/; HttpOnly
<
* Connection #19 to host cars-api-myproject.192.168.42.85.nip.io left intact
{"timestamp":1516789812741,"status":404,"error":"Not Found","message":"No message available","path":"/"}* Rebuilt URL to: |/
* Could not resolve host: |
* Closing connection 20
curl: (6) Could not resolve host: |
* Rebuilt URL to: |/
* Could not resolve host: |
* Closing connection 21
curl: (6) Could not resolve host: |
* Could not resolve host: |-----------|----------|----------|------------------------------------------------|--------|
* Closing connection 22
curl: (6) Could not resolve host: |-----------|----------|----------|------------------------------------------------|--------|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment