Skip to content

Instantly share code, notes, and snippets.

@ovidiubuligan
Created June 2, 2016 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ovidiubuligan/ab2abbf50988729d734428016c4bbf0f to your computer and use it in GitHub Desktop.
Save ovidiubuligan/ab2abbf50988729d734428016c4bbf0f to your computer and use it in GitHub Desktop.
logs for proxy
[DEBUG] [06/02/2016 17:00:44.285] [ProxyChain-akka.actor.default-dispatcher-24] [ProxyStage(akka://ProxyChain)] Sending request to HTTP proxy http://user:pa$$@my_company_proxy:3128: CONNECT my_proxy:8081 HTTP/1.1
Proxy-Authorization: Basic AAAAAAAAAAAAAAAAAA
Host: /my_proxy:8081
[DEBUG] [06/02/2016 17:00:44.290] [ProxyChain-akka.actor.default-dispatcher-31] [ProxyStage(akka://ProxyChain)] Sending request to HTTP proxy http://my_proxy:8081: CONNECT clients6.google.com:443 HTTP/1.1
Host: clients6.google.com:443
[DEBUG] [06/02/2016 17:00:44.290] [ProxyChain-akka.actor.default-dispatcher-31] [ProxyStage(akka://ProxyChain)] Sending request to HTTP proxy http://user:pa$$@my_company_proxy:3128: CONNECT my_proxy:8081 HTTP/1.1
Proxy-Authorization: Basic AAAAAAAAAAAAAAAAAA
Host: /my_proxy:8081
[DEBUG] [06/02/2016 17:00:44.295] [ProxyChain-akka.actor.default-dispatcher-24] [ProxyStage(akka://ProxyChain)] Sending request to HTTP proxy http://my_proxy:8081: CONNECT clients6.google.com:443 HTTP/1.1
Host: clients6.google.com:443
[DEBUG] [06/02/2016 17:00:44.297] [ProxyChain-akka.actor.default-dispatcher-31] [akka://ProxyChain/system/IO-TCP/selectors/$a/73] Attempting connection to [my_company_proxy/10.0.1.1:3128]
[DEBUG] [06/02/2016 17:00:44.299] [ProxyChain-akka.actor.default-dispatcher-28] [akka://ProxyChain/system/IO-TCP/selectors/$a/74] Attempting connection to [my_company_proxy/10.0.1.1:3128]
[DEBUG] [06/02/2016 17:00:44.348] [ProxyChain-akka.actor.default-dispatcher-10] [akka://ProxyChain/system/IO-TCP/selectors/$a/73] Connection established to [my_company_proxy/10.0.1.1:3128]
[DEBUG] [06/02/2016 17:00:44.349] [ProxyChain-akka.actor.default-dispatcher-9] [akka://ProxyChain/system/IO-TCP/selectors/$a/74] Connection established to [my_company_proxy/10.0.1.1:3128]
[DEBUG] [06/02/2016 17:00:44.546] [ProxyChain-akka.actor.default-dispatcher-24] [ProxyStage(akka://ProxyChain)] Received response from HTTP proxy http://user:pa$$@my_company_proxy:3128: HTTP/1.0 200 Connection established
[DEBUG] [06/02/2016 17:00:44.546] [ProxyChain-akka.actor.default-dispatcher-24] [ProxyStage(akka://ProxyChain)] Connection established to /my_proxy:8081 through HTTP proxy: http://user:pa$$@my_company_proxy:3128
[DEBUG] [06/02/2016 17:00:44.547] [ProxyChain-akka.actor.default-dispatcher-24] [ProxyStage(akka://ProxyChain)] Received response from HTTP proxy http://user:pa$$@my_company_proxy:3128: HTTP/1.0 200 Connection established
[DEBUG] [06/02/2016 17:00:44.547] [ProxyChain-akka.actor.default-dispatcher-24] [ProxyStage(akka://ProxyChain)] Connection established to /my_proxy:8081 through HTTP proxy: http://user:pa$$@my_company_proxy:3128
[DEBUG] [06/02/2016 17:00:44.961] [ProxyChain-akka.actor.default-dispatcher-21] [ProxyStage(akka://ProxyChain)] Received response from HTTP proxy http://my_proxy:8081: HTTP/1.1 200 Connection established
[DEBUG] [06/02/2016 17:00:44.961] [ProxyChain-akka.actor.default-dispatcher-4] [ProxyStage(akka://ProxyChain)] Received response from HTTP proxy http://my_proxy:8081: HTTP/1.1 200 Connection established
[DEBUG] [06/02/2016 17:00:44.961] [ProxyChain-akka.actor.default-dispatcher-21] [ProxyStage(akka://ProxyChain)] Connection established to clients6.google.com:443 through HTTP proxy: http://my_proxy:8081
[DEBUG] [06/02/2016 17:00:44.961] [ProxyChain-akka.actor.default-dispatcher-4] [ProxyStage(akka://ProxyChain)] Connection established to clients6.google.com:443 through HTTP proxy: http://my_proxy:8081
[INFO] [06/02/2016 17:00:44.961] [ProxyChain-akka.actor.default-dispatcher-4] [Proxy(akka://ProxyChain)] Opened connection through proxy chain [http://user:pa$$@my_company_proxy:3128 -> http://my_proxy:8081] to clients6.google.com:443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment