Last active
April 18, 2017 16:04
-
-
Save rshriram/a6b5444f7e501d5ef30982945350d51a to your computer and use it in GitHub Desktop.
Envoy proxy configuration to Watson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -i -u "FOO":"BAR" "localhost:8081/conversation/api/v1/workspaces?version=2017-04-21" | |
HTTP/1.1 302 Found | |
x-backside-transport: OK OK | |
vary: Accept, Accept-Encoding | |
date: Tue, 18 Apr 2017 15:31:04 GMT | |
x-powered-by: Express | |
location: https://gateway.watsonplatform.net/v1/workspaces?version=2017-04-21 | |
content-type: text/plain;charset=utf-8 | |
server: envoy | |
set-cookie: YYYREDACTEDYYY; path=/conversation/api; secure; HttpOnly | |
x-client-ip: 129.42.161.35 | |
x-global-transaction-id: 443116334 | |
x-dp-watson-tran-id: gateway-dp02-443116334 | |
x-envoy-upstream-service-time: 270 | |
transfer-encoding: chunked | |
Found. Redirecting to https://10.146.65.141:8443/v1/workspaces?version=2017-04-21 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shriram@shrirams-mbp:~ $ curl -vu "FOO":"BAR" "https://gateway.watsonplatform.net/conversation/api/v1/workspaces?version=2017-04-21" | |
* Trying 158.85.132.88... | |
* TCP_NODELAY set | |
* Connected to gateway.watsonplatform.net (158.85.132.88) port 443 (#0) | |
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 | |
* Server certificate: *.watsonplatform.net | |
* Server certificate: GeoTrust SSL CA - G3 | |
* Server certificate: GeoTrust Global CA | |
* Server auth using Basic with user 'FOO' | |
> GET /conversation/api/v1/workspaces?version=2017-04-21 HTTP/1.1 | |
> Host: gateway.watsonplatform.net | |
> Authorization: Basic XXXREDACTEDXXX | |
> User-Agent: curl/7.51.0 | |
> Accept: */* | |
> | |
< HTTP/1.1 200 OK | |
< X-Backside-Transport: OK OK | |
< Connection: Keep-Alive | |
< Transfer-Encoding: chunked | |
< X-Content-Type-Options: nosniff | |
< X-Download-Options: noopen | |
< X-RateLimit-Reset: 1492527153 | |
< Date: Tue, 18 Apr 2017 14:44:55 GMT | |
< X-Frame-Options: SAMEORIGIN | |
< Strict-Transport-Security: max-age=31536000; | |
< X-RateLimit-Remaining: 493 | |
< ETag: W/"12f-6RUNKVvxiI7gF7+xzBL+Jw" | |
< X-DNS-Prefetch-Control: off | |
< Vary: Accept-Encoding | |
< X-RateLimit-Limit: 500 | |
< X-XSS-Protection: 1; mode=block | |
< Content-Type: application/json;charset=utf-8 | |
< Server: - | |
< Set-Cookie: YYYREDACTEDYYY; path=/conversation/api; secure; HttpOnly | |
< X-Client-IP: 129.42.208.176 | |
< X-Global-Transaction-ID: 1030248592 | |
< X-DP-Watson-Tran-ID: gateway-dp01-1030248592 | |
< | |
* Curl_http_done: called premature == 0 | |
* Connection #0 to host gateway.watsonplatform.net left intact | |
{"workspaces":[{"name":"experimental","created":"2017-04-18T14:09:00.861Z","updated":"2017-04-18T14:14:39.213Z","language":"en","metadata":null,"description":"Trying out watson API","workspace_id":"cf69192e-61b8-4d52-9084-c15d9323415a"}],"pagination":{"refresh_url":"/v1/workspaces?version=2017-04-21"}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"listeners": [ | |
{ | |
"address": "tcp://0.0.0.0:8081", | |
"filters": [ | |
{ | |
"type": "read", | |
"name": "http_connection_manager", | |
"config": { | |
"codec_type": "auto", | |
"stat_prefix": "http", | |
"route_config": { | |
"virtual_hosts": [ | |
{ | |
"name": "myhost", | |
"domains": ["*"], | |
"routes": [ | |
{ | |
"prefix": "/", | |
"cluster": "mycluster", | |
"auto_host_rewrite": true | |
} | |
] | |
} | |
] | |
}, | |
"filters": [ | |
{ | |
"type": "decoder", | |
"name": "router", | |
"config": {} | |
} | |
], | |
"access_log": [ | |
{ | |
"path": "/dev/stdout" | |
} | |
] | |
} | |
} | |
], | |
"bind_to_port": true | |
} | |
], | |
"admin": { | |
"access_log_path": "/dev/stdout", | |
"address": "tcp://0.0.0.0:15000" | |
}, | |
"cluster_manager": { | |
"clusters": [ | |
{ | |
"name": "mycluster", | |
"connect_timeout_ms": 1000, | |
"type": "strict_dns", | |
"lb_type": "round_robin", | |
"ssl_context": {}, | |
"hosts": [ | |
{ | |
"url": "tcp://gateway.watsonplatform.net:443" | |
} | |
] | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2017-04-18 11:20:50.020][23779][warning][main] initializing epoch 0 (hot restart version=7.2490552) | |
[2017-04-18 11:20:50.021][23779][info][main] admin address: 0.0.0.0:15000 | |
[2017-04-18 11:20:50.025][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:20:50.025][23779][info][upstream] cm init: adding: cluster=mycluster primary=1 secondary=0 | |
[2017-04-18 11:20:50.025][23779][info][config] loading 1 listener(s) | |
[2017-04-18 11:20:50.025][23779][info][config] listener #0: | |
[2017-04-18 11:20:50.025][23779][info][config] address=0.0.0.0:8081 | |
[2017-04-18 11:20:50.026][23779][info][config] filter #0: | |
[2017-04-18 11:20:50.026][23779][info][config] type: read | |
[2017-04-18 11:20:50.026][23779][info][config] name: http_connection_manager | |
[2017-04-18 11:20:50.029][23779][info][config] filter #0 | |
[2017-04-18 11:20:50.029][23779][info][config] type: decoder | |
[2017-04-18 11:20:50.029][23779][info][config] name: router | |
[2017-04-18 11:20:50.029][23779][warning][main] starting main dispatch loop | |
[2017-04-18 11:20:50.029][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:20:50.030][23779][debug][upstream] DNS hosts have changed for gateway.watsonplatform.net | |
[2017-04-18 11:20:50.030][23779][info][upstream] cm init: removing: cluster=mycluster primary=0 secondary=0 | |
[2017-04-18 11:20:50.030][23779][warning][main] all clusters initialized. initializing init manager | |
[2017-04-18 11:20:50.030][23779][warning][main] all dependencies initialized. starting workers | |
[2017-04-18 11:20:50.030][23781][info][main] worker entering dispatch loop | |
[2017-04-18 11:20:50.030][23782][info][main] worker entering dispatch loop | |
[2017-04-18 11:20:50.030][23784][info][main] worker entering dispatch loop | |
[2017-04-18 11:20:50.030][23783][info][main] worker entering dispatch loop | |
[2017-04-18 11:20:50.030][23785][info][main] worker entering dispatch loop | |
[2017-04-18 11:20:50.031][23789][info][main] worker entering dispatch loop | |
[2017-04-18 11:20:50.030][23786][info][main] worker entering dispatch loop | |
[2017-04-18 11:20:50.031][23790][info][main] worker entering dispatch loop | |
[2017-04-18 11:20:50.031][23793][info][main] worker entering dispatch loop | |
[2017-04-18 11:20:50.031][23788][info][main] worker entering dispatch loop | |
[2017-04-18 11:20:50.032][23795][info][main] worker entering dispatch loop | |
[2017-04-18 11:20:50.031][23787][info][main] worker entering dispatch loop | |
[2017-04-18 11:20:50.031][23791][info][main] worker entering dispatch loop | |
[2017-04-18 11:20:50.031][23794][info][main] worker entering dispatch loop | |
[2017-04-18 11:20:50.032][23796][info][main] worker entering dispatch loop | |
[2017-04-18 11:20:50.031][23792][info][main] worker entering dispatch loop | |
[2017-04-18 11:20:55.025][23779][debug][main] flushing stats | |
[2017-04-18 11:20:55.033][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:20:55.054][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:21:00.024][23779][debug][main] flushing stats | |
[2017-04-18 11:21:00.052][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:21:00.053][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:21:05.027][23779][debug][main] flushing stats | |
[2017-04-18 11:21:05.051][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:21:05.052][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:21:10.027][23779][debug][main] flushing stats | |
[2017-04-18 11:21:10.055][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:21:10.056][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:21:13.382][23793][info][main] [C1] new connection | |
[2017-04-18 11:21:13.382][23793][trace][connection] [C1] socket event: 3 | |
[2017-04-18 11:21:13.382][23793][trace][connection] [C1] read returns: 218 | |
[2017-04-18 11:21:13.382][23793][trace][connection] [C1] read returns: -1 | |
[2017-04-18 11:21:13.382][23793][trace][connection] [C1] read error: 11 | |
[2017-04-18 11:21:13.382][23793][trace][http] [C1] parsing 218 bytes | |
[2017-04-18 11:21:13.382][23793][debug][http] [C1] new stream | |
[2017-04-18 11:21:13.382][23793][trace][http] [C1] completed header: key=Authorization value=Basic XXXREDACTEDXXX | |
[2017-04-18 11:21:13.382][23793][trace][http] [C1] completed header: key=User-Agent value=curl/7.35.0 | |
[2017-04-18 11:21:13.382][23793][trace][http] [C1] completed header: key=Host value=localhost:8081 | |
[2017-04-18 11:21:13.382][23793][trace][http] [C1] headers complete | |
[2017-04-18 11:21:13.382][23793][trace][http] [C1] completed header: key=Accept value=*/* | |
[2017-04-18 11:21:13.382][23793][trace][http] [C1] message complete | |
[2017-04-18 11:21:13.382][23793][debug][http] [C1][S1] request headers complete (end_stream=true): | |
[2017-04-18 11:21:13.382][23793][debug][http] [C1][S1] 'authorization':'Basic XXXREDACTEDXXX' | |
[2017-04-18 11:21:13.382][23793][debug][http] [C1][S1] 'user-agent':'curl/7.35.0' | |
[2017-04-18 11:21:13.382][23793][debug][http] [C1][S1] ':authority':'localhost:8081' | |
[2017-04-18 11:21:13.382][23793][debug][http] [C1][S1] 'accept':'*/*' | |
[2017-04-18 11:21:13.382][23793][debug][http] [C1][S1] ':path':'/conversation/api/v1/workspaces?version=2017-04-21' | |
[2017-04-18 11:21:13.382][23793][debug][http] [C1][S1] ':method':'GET' | |
[2017-04-18 11:21:13.382][23793][debug][router] [C1][S1] cluster 'mycluster' match for URL '/conversation/api/v1/workspaces?version=2017-04-21' | |
[2017-04-18 11:21:13.383][23793][debug][router] [C1][S1] 'authorization':'Basic XXXREDACTEDXXX' | |
[2017-04-18 11:21:13.383][23793][debug][router] [C1][S1] 'user-agent':'curl/7.35.0' | |
[2017-04-18 11:21:13.383][23793][debug][router] [C1][S1] ':authority':'localhost:8081' | |
[2017-04-18 11:21:13.383][23793][debug][router] [C1][S1] 'accept':'*/*' | |
[2017-04-18 11:21:13.383][23793][debug][router] [C1][S1] ':path':'/conversation/api/v1/workspaces?version=2017-04-21' | |
[2017-04-18 11:21:13.383][23793][debug][router] [C1][S1] ':method':'GET' | |
[2017-04-18 11:21:13.383][23793][debug][router] [C1][S1] 'x-forwarded-proto':'http' | |
[2017-04-18 11:21:13.383][23793][debug][router] [C1][S1] 'x-request-id':'92f4af33-e717-4b77-b41a-5791b00f1b2a' | |
[2017-04-18 11:21:13.383][23793][debug][router] [C1][S1] 'x-envoy-expected-rq-timeout-ms':'15000' | |
[2017-04-18 11:21:13.383][23793][debug][router] [C1][S1] ':scheme':'https' | |
[2017-04-18 11:21:13.383][23793][debug][pool] creating a new connection | |
[2017-04-18 11:21:13.383][23793][info][client] [C2] connecting | |
[2017-04-18 11:21:13.383][23793][debug][connection] [C2] connecting to 158.85.132.88:443 | |
[2017-04-18 11:21:13.383][23793][debug][connection] [C2] connection in progress | |
[2017-04-18 11:21:13.383][23793][debug][pool] queueing request due to no available connections | |
[2017-04-18 11:21:13.383][23793][trace][http] [C1][S1] decode headers called: filter=0x3211080 status=1 | |
[2017-04-18 11:21:13.383][23793][trace][http] [C1] parsed 218 bytes | |
[2017-04-18 11:21:13.383][23793][trace][connection] [C1] readDisable: enabled=true disable=true | |
[2017-04-18 11:21:13.383][23793][trace][connection] [C1] write ready | |
[2017-04-18 11:21:13.383][23793][trace][connection] [C1] socket event: 2 | |
[2017-04-18 11:21:13.383][23793][trace][connection] [C1] write ready | |
[2017-04-18 11:21:13.431][23793][trace][connection] [C2] socket event: 2 | |
[2017-04-18 11:21:13.431][23793][trace][connection] [C2] write ready | |
[2017-04-18 11:21:13.431][23793][debug][connection] [C2] connected | |
[2017-04-18 11:21:13.431][23793][debug][connection] [C2] handshake error: 2 | |
[2017-04-18 11:21:13.481][23793][trace][connection] [C2] socket event: 3 | |
[2017-04-18 11:21:13.481][23793][debug][connection] [C2] handshake error: 2 | |
[2017-04-18 11:21:13.481][23793][trace][connection] [C2] write ready | |
[2017-04-18 11:21:13.481][23793][debug][connection] [C2] handshake error: 2 | |
[2017-04-18 11:21:13.481][23793][trace][connection] [C2] socket event: 3 | |
[2017-04-18 11:21:13.482][23793][debug][connection] [C2] handshake error: 2 | |
[2017-04-18 11:21:13.482][23793][trace][connection] [C2] write ready | |
[2017-04-18 11:21:13.482][23793][debug][connection] [C2] handshake error: 2 | |
[2017-04-18 11:21:13.531][23793][trace][connection] [C2] socket event: 3 | |
[2017-04-18 11:21:13.531][23793][debug][connection] [C2] handshake complete | |
[2017-04-18 11:21:13.531][23793][debug][client] [C2] connected | |
[2017-04-18 11:21:13.531][23793][debug][pool] [C2] attaching to next request | |
[2017-04-18 11:21:13.531][23793][debug][router] [C1][S1] pool ready | |
[2017-04-18 11:21:13.531][23793][trace][connection] [C2] writing 365 bytes | |
[2017-04-18 11:21:13.531][23793][trace][connection] [C2] ssl read returns: -1 | |
[2017-04-18 11:21:13.531][23793][trace][connection] [C2] write ready | |
[2017-04-18 11:21:13.531][23793][trace][connection] [C2] ssl write returns: 365 | |
[2017-04-18 11:21:13.531][23793][trace][connection] [C2] socket event: 2 | |
[2017-04-18 11:21:13.531][23793][trace][connection] [C2] write ready | |
[2017-04-18 11:21:13.670][23793][trace][connection] [C2] socket event: 3 | |
[2017-04-18 11:21:13.670][23793][trace][connection] [C2] ssl read returns: 1474 | |
[2017-04-18 11:21:13.670][23793][trace][connection] [C2] ssl read returns: 84 | |
[2017-04-18 11:21:13.670][23793][trace][connection] [C2] ssl read returns: 2 | |
[2017-04-18 11:21:13.670][23793][trace][connection] [C2] ssl read returns: 5 | |
[2017-04-18 11:21:13.670][23793][trace][connection] [C2] ssl read returns: -1 | |
[2017-04-18 11:21:13.670][23793][trace][http] [C2] parsing 1565 bytes | |
[2017-04-18 11:21:13.670][23793][trace][http] [C2] completed header: key=X-Backside-Transport value=OK OK | |
[2017-04-18 11:21:13.670][23793][trace][http] [C2] completed header: key=Connection value=Keep-Alive | |
[2017-04-18 11:21:13.670][23793][trace][http] [C2] completed header: key=Transfer-Encoding value=chunked | |
[2017-04-18 11:21:13.670][23793][trace][http] [C2] completed header: key=Vary value=Accept, Accept-Encoding | |
[2017-04-18 11:21:13.670][23793][trace][http] [C2] completed header: key=Date value=Tue, 18 Apr 2017 15:21:13 GMT | |
[2017-04-18 11:21:13.670][23793][trace][http] [C2] completed header: key=X-Powered-By value=Express | |
[2017-04-18 11:21:13.670][23793][trace][http] [C2] completed header: key=Location value=https://gateway.watsonplatform.net/v1/workspaces?version=2017-04-21 | |
[2017-04-18 11:21:13.670][23793][trace][http] [C2] completed header: key=Content-Type value=text/plain;charset=utf-8 | |
[2017-04-18 11:21:13.670][23793][trace][http] [C2] completed header: key=Server value=- | |
[2017-04-18 11:21:13.670][23793][trace][http] [C2] completed header: key=Set-Cookie value=YYYREDACTEDYYY; path=/conversation/api; secure; HttpOnly | |
[2017-04-18 11:21:13.670][23793][trace][http] [C2] completed header: key=X-Client-IP value=129.34.20.23 | |
[2017-04-18 11:21:13.670][23793][trace][http] [C2] completed header: key=X-Global-Transaction-ID value=454766110 | |
[2017-04-18 11:21:13.670][23793][trace][http] [C2] headers complete | |
[2017-04-18 11:21:13.670][23793][trace][http] [C2] completed header: key=X-DP-Watson-Tran-ID value=gateway-dp01-454766110 | |
[2017-04-18 11:21:13.670][23793][debug][router] [C1][S1] upstream headers complete: end_stream=false | |
[2017-04-18 11:21:13.670][23793][debug][http] [C1][S1] encoding headers via codec (end_stream=false): | |
[2017-04-18 11:21:13.671][23793][debug][http] [C1][S1] 'x-backside-transport':'OK OK' | |
[2017-04-18 11:21:13.671][23793][debug][http] [C1][S1] 'vary':'Accept, Accept-Encoding' | |
[2017-04-18 11:21:13.671][23793][debug][http] [C1][S1] 'date':'Tue, 18 Apr 2017 15:21:13 GMT' | |
[2017-04-18 11:21:13.671][23793][debug][http] [C1][S1] 'x-powered-by':'Express' | |
[2017-04-18 11:21:13.671][23793][debug][http] [C1][S1] 'location':'https://gateway.watsonplatform.net/v1/workspaces?version=2017-04-21' | |
[2017-04-18 11:21:13.671][23793][debug][http] [C1][S1] 'content-type':'text/plain;charset=utf-8' | |
[2017-04-18 11:21:13.671][23793][debug][http] [C1][S1] 'server':'envoy' | |
[2017-04-18 11:21:13.671][23793][debug][http] [C1][S1] 'set-cookie':'YYYREDACTEDYYY; path=/conversation/api; secure; HttpOnly' | |
[2017-04-18 11:21:13.671][23793][debug][http] [C1][S1] 'x-client-ip':'129.34.20.23' | |
[2017-04-18 11:21:13.671][23793][debug][http] [C1][S1] 'x-global-transaction-id':'454766110' | |
[2017-04-18 11:21:13.671][23793][debug][http] [C1][S1] 'x-dp-watson-tran-id':'gateway-dp01-454766110' | |
[2017-04-18 11:21:13.671][23793][debug][http] [C1][S1] ':status':'302' | |
[2017-04-18 11:21:13.671][23793][debug][http] [C1][S1] 'x-envoy-upstream-service-time':'287' | |
[2017-04-18 11:21:13.671][23793][trace][connection] [C1] writing 1490 bytes | |
[2017-04-18 11:21:13.671][23793][trace][http] [C1][S1] encoding data via codec (size=80 end_stream=false) | |
[2017-04-18 11:21:13.671][23793][trace][connection] [C1] writing 86 bytes | |
[2017-04-18 11:21:13.671][23793][debug][client] [C2] response complete | |
[2017-04-18 11:21:13.671][23793][trace][main] item added to deferred deletion list (size=1) | |
[2017-04-18 11:21:13.671][23793][trace][http] [C1][S1] encoding data via codec (size=0 end_stream=true) | |
[2017-04-18 11:21:13.671][23793][trace][connection] [C1] writing 5 bytes | |
[2017-04-18 11:21:13.671][23793][trace][main] item added to deferred deletion list (size=2) | |
[2017-04-18 11:21:13.671][23793][trace][connection] [C1] readDisable: enabled=false disable=false | |
[2017-04-18 11:21:13.671][23793][debug][pool] [C2] response complete | |
[2017-04-18 11:21:13.671][23793][debug][pool] [C2] moving to ready | |
[2017-04-18 11:21:13.671][23793][trace][http] [C2] parsed 1565 bytes | |
[2017-04-18 11:21:13.671][23793][trace][connection] [C2] write ready | |
[2017-04-18 11:21:13.671][23793][trace][main] clearing deferred deletion list (size=2) | |
[2017-04-18 11:21:13.671][23793][trace][connection] [C1] socket event: 2 | |
[2017-04-18 11:21:13.671][23793][trace][connection] [C1] write ready | |
[2017-04-18 11:21:13.671][23793][trace][connection] [C1] write returns: 1581 | |
[2017-04-18 11:21:13.672][23793][trace][connection] [C1] socket event: 3 | |
[2017-04-18 11:21:13.672][23793][trace][connection] [C1] read returns: 0 | |
[2017-04-18 11:21:13.672][23793][debug][connection] [C1] remote close | |
[2017-04-18 11:21:13.672][23793][debug][connection] [C1] closing socket: 1 | |
[2017-04-18 11:21:13.672][23793][info][main] [C1] adding to cleanup list | |
[2017-04-18 11:21:13.672][23793][trace][main] item added to deferred deletion list (size=1) | |
[2017-04-18 11:21:13.672][23793][trace][main] clearing deferred deletion list (size=1) | |
[2017-04-18 11:21:15.026][23779][debug][main] flushing stats | |
[2017-04-18 11:21:15.059][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:21:15.059][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:21:20.026][23779][debug][main] flushing stats | |
[2017-04-18 11:21:20.058][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:21:20.059][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:21:25.027][23779][debug][main] flushing stats | |
[2017-04-18 11:21:25.059][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:21:25.060][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:21:30.025][23779][debug][main] flushing stats | |
[2017-04-18 11:21:30.061][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:21:30.062][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:21:35.024][23779][debug][main] flushing stats | |
[2017-04-18 11:21:35.061][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:21:35.061][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:21:40.025][23779][debug][main] flushing stats | |
[2017-04-18 11:21:40.062][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:21:40.063][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:21:45.026][23779][debug][main] flushing stats | |
[2017-04-18 11:21:45.063][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:21:45.064][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:21:50.027][23779][debug][main] flushing stats | |
[2017-04-18 11:21:50.064][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:21:50.065][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:21:55.027][23779][debug][main] flushing stats | |
[2017-04-18 11:21:55.064][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:21:55.065][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:22:00.028][23779][debug][main] flushing stats | |
[2017-04-18 11:22:00.064][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:22:00.065][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:22:05.027][23779][debug][main] flushing stats | |
[2017-04-18 11:22:05.063][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:22:05.064][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:22:10.024][23779][debug][main] flushing stats | |
[2017-04-18 11:22:10.061][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:22:10.062][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:22:15.025][23779][debug][main] flushing stats | |
[2017-04-18 11:22:15.062][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:22:15.063][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:22:20.027][23779][debug][main] flushing stats | |
[2017-04-18 11:22:20.063][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:22:20.064][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:22:25.028][23779][debug][main] flushing stats | |
[2017-04-18 11:22:25.064][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:22:25.065][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:22:30.025][23779][debug][main] flushing stats | |
[2017-04-18 11:22:30.062][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:22:30.063][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:22:35.027][23779][debug][main] flushing stats | |
[2017-04-18 11:22:35.063][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:22:35.064][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:22:40.028][23779][debug][main] flushing stats | |
[2017-04-18 11:22:40.064][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:22:40.065][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:22:45.027][23779][debug][main] flushing stats | |
[2017-04-18 11:22:45.063][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:22:45.064][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:22:50.027][23779][debug][main] flushing stats | |
[2017-04-18 11:22:50.063][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:22:50.064][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:22:55.029][23779][debug][main] flushing stats | |
[2017-04-18 11:22:55.065][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:22:55.066][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:23:00.026][23779][debug][main] flushing stats | |
[2017-04-18 11:23:00.067][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:23:00.067][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:23:05.028][23779][debug][main] flushing stats | |
[2017-04-18 11:23:05.069][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:23:05.070][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:23:10.025][23779][debug][main] flushing stats | |
[2017-04-18 11:23:10.073][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:23:10.074][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:23:15.025][23779][debug][main] flushing stats | |
[2017-04-18 11:23:15.073][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:23:15.074][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:23:20.025][23779][debug][main] flushing stats | |
[2017-04-18 11:23:20.074][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:23:20.075][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:23:25.026][23779][debug][main] flushing stats | |
[2017-04-18 11:23:25.075][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:23:25.076][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:23:30.027][23779][debug][main] flushing stats | |
[2017-04-18 11:23:30.075][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:23:30.076][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:23:35.028][23779][debug][main] flushing stats | |
[2017-04-18 11:23:35.076][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:23:35.077][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:23:40.026][23779][debug][main] flushing stats | |
[2017-04-18 11:23:40.075][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:23:40.076][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:23:45.029][23779][debug][main] flushing stats | |
[2017-04-18 11:23:45.078][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:23:45.079][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:23:50.026][23779][debug][main] flushing stats | |
[2017-04-18 11:23:50.078][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:23:50.079][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:23:55.029][23779][debug][main] flushing stats | |
[2017-04-18 11:23:55.081][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:23:55.082][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:24:00.027][23779][debug][main] flushing stats | |
[2017-04-18 11:24:00.084][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:24:00.085][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:24:05.026][23779][debug][main] flushing stats | |
[2017-04-18 11:24:05.082][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:24:05.083][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:24:10.028][23779][debug][main] flushing stats | |
[2017-04-18 11:24:10.085][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:24:10.086][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:24:13.685][23793][trace][connection] [C2] socket event: 3 | |
[2017-04-18 11:24:13.685][23793][trace][connection] [C2] ssl read returns: 0 | |
[2017-04-18 11:24:13.685][23793][debug][connection] [C2] remote close | |
[2017-04-18 11:24:13.685][23793][debug][connection] [C2] SSL shutdown: rc=1 | |
[2017-04-18 11:24:13.685][23793][debug][connection] [C2] closing socket: 1 | |
[2017-04-18 11:24:13.685][23793][debug][client] [C2] disconnect. resetting 0 pending requests | |
[2017-04-18 11:24:13.685][23793][debug][pool] [C2] client disconnected | |
[2017-04-18 11:24:13.685][23793][trace][main] item added to deferred deletion list (size=1) | |
[2017-04-18 11:24:13.685][23793][trace][main] clearing deferred deletion list (size=1) | |
[2017-04-18 11:24:15.026][23779][debug][main] flushing stats | |
[2017-04-18 11:24:15.086][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:24:15.087][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:24:20.029][23779][debug][main] flushing stats | |
[2017-04-18 11:24:20.089][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:24:20.090][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:24:25.026][23779][debug][main] flushing stats | |
[2017-04-18 11:24:25.090][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:24:25.091][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:24:30.028][23779][debug][main] flushing stats | |
[2017-04-18 11:24:30.093][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:24:30.094][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:24:35.026][23779][debug][main] flushing stats | |
[2017-04-18 11:24:35.094][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:24:35.095][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:24:40.031][23779][debug][main] flushing stats | |
[2017-04-18 11:24:40.100][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:24:40.101][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:24:45.032][23779][debug][main] flushing stats | |
[2017-04-18 11:24:45.104][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:24:45.105][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:24:50.034][23779][debug][main] flushing stats | |
[2017-04-18 11:24:50.102][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:24:50.103][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:24:55.030][23779][debug][main] flushing stats | |
[2017-04-18 11:24:55.103][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:24:55.104][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:25:00.032][23779][debug][main] flushing stats | |
[2017-04-18 11:25:00.104][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:25:00.105][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:25:05.032][23779][debug][main] flushing stats | |
[2017-04-18 11:25:05.105][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:25:05.106][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:25:10.034][23779][debug][main] flushing stats | |
[2017-04-18 11:25:10.106][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:25:10.107][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:25:15.033][23779][debug][main] flushing stats | |
[2017-04-18 11:25:15.110][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:25:15.110][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:25:20.034][23779][debug][main] flushing stats | |
[2017-04-18 11:25:20.110][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:25:20.111][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net | |
[2017-04-18 11:25:25.031][23779][debug][main] flushing stats | |
[2017-04-18 11:25:25.112][23779][debug][upstream] starting async DNS resolution for gateway.watsonplatform.net | |
[2017-04-18 11:25:25.112][23779][debug][upstream] async DNS resolution complete for gateway.watsonplatform.net |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment