Skip to content

Instantly share code, notes, and snippets.

@jbd
Created October 7, 2014 10:53
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 jbd/4efd6003f62562eb4b64 to your computer and use it in GitHub Desktop.
Save jbd/4efd6003f62562eb4b64 to your computer and use it in GitHub Desktop.
D/davdroid.DavHttpClient( 8269): Disabling compression for debugging purposes
D/davdroid.DavHttpClient( 8269): Logging network traffic for debugging purposes
D/davdroid.WebDavResource( 8269): Using preemptive authentication (not compatible with Digest auth)
D/davdroid.SNISocketFactory( 8269): Preparing direct SSL connection (without proxy) to https://webmail.web4all.fr:443
D/davdroid.SNISocketFactory( 8269): Using documented SNI with host name webmail.web4all.fr
I/davdroid.SNISocketFactory( 8269): Established TLSv1.2 connection with webmail.web4all.fr using TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 >> "PROPFIND /.well-known/carddav HTTP/1.1[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 >> "Content-Type: text/xml; charset=UTF-8[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 >> "Depth: 0[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 >> "Content-Length: 88[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 >> "Host: webmail.web4all.fr[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 >> "Connection: Keep-Alive[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 >> "User-Agent: DAVdroid/0.6.3[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 >> "Authorization: Basic XXXX"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 >> "[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 >> "<propfind xmlns="DAV:">[\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 >> " <prop>[\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 >> " <current-user-principal/>[\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 >> " </prop>[\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 >> "</propfind>"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 << "HTTP/1.1 301 Moved Permanently[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 << "Server: nginx[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 << "Date: Tue, 07 Oct 2014 10:48:45 GMT[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 << "Content-Length: 0[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 << "Location: http://webmail.web4all.fr:80/dav[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 << "Set-Cookie: SERVERID=zose-proxy02a; path=/[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 << "Cache-control: private[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-81 << "[\r][\n]"
I/davdroid.WebDavResource( 8269): Redirection on PROPFIND; trying again at new content URL: http://webmail.web4all.fr:80/dav
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-82 >> "PROPFIND /dav HTTP/1.1[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-82 >> "Content-Type: text/xml; charset=UTF-8[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-82 >> "Depth: 0[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-82 >> "Content-Length: 88[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-82 >> "Host: webmail.web4all.fr:80[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-82 >> "Connection: Keep-Alive[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-82 >> "User-Agent: DAVdroid/0.6.3[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-82 >> "Authorization: Basic XXXX"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-82 >> "[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-82 >> "<propfind xmlns="DAV:">[\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-82 >> " <prop>[\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-82 >> " <current-user-principal/>[\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-82 >> " </prop>[\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-82 >> "</propfind>"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-82 << "HTTP/1.1 302 Found[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-82 << "Cache-Control: no-cache[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-82 << "Content-length: 0[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-82 << "Location: https://webmail.web4all.fr:80/dav[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-82 << "Connection: close[\r][\n]"
D/ch.boye.httpclientandroidlib.wire( 8269): http-outgoing-82 << "[\r][\n]"
I/davdroid.WebDavResource( 8269): Redirection on PROPFIND; trying again at new content URL: https://webmail.web4all.fr:80/dav
D/class ch.boye.httpclientandroidlib.impl.conn.DefaultManagedHttpClientConnection( 8269): http-outgoing-82: Shutdown connection
D/class ch.boye.httpclientandroidlib.impl.conn.DefaultManagedHttpClientConnection( 8269): http-outgoing-82: Close connection
D/davdroid.SNISocketFactory( 8269): Preparing direct SSL connection (without proxy) to https://webmail.web4all.fr:80
D/davdroid.SNISocketFactory( 8269): Using documented SNI with host name webmail.web4all.fr
D/class ch.boye.httpclientandroidlib.impl.conn.DefaultManagedHttpClientConnection( 8269): http-outgoing-83: Shutdown connection
D/class ch.boye.httpclientandroidlib.impl.conn.DefaultManagedHttpClientConnection( 8269): http-outgoing-83: Close connection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment