Waiting for network interface availability...
Allocated 524288 bytes for receive buffer.
Created TCP socket (sockfd: 0).
Resolving example.com
Established TCP connection (addr:0x22d8b85d on port :443).
Created SSL context (ID:0).
HostNameLen: 11, HostName: example.com
Verify option: 3
Session cache mode: 1
Renegotiation Mode: 1
Io mode: 1
Created SSL connection (ID:0).
Initialized SimpleHttpsClient.
SSL Handshake completed.
Sent HTTP request via SSL (37 bytes).
Received 352 bytes (total:352 bytes)
Received 1270 bytes (total:1622 bytes)
Connection closed by the server.

------------ Received body (total: 1622 bytes received)---------------
HTTP/1.0 200 OK
Cache-Control: max-age=604800
Content-Type: text/html
Date: Tue, 10 Jan 2017 18:55:34 GMT
Etag: "359670651+gzip+ident"
Expires: Tue, 17 Jan 2017 18:55:34 GMT
Last-Modified: Fri, 09 Aug 2013 23:54:35 GMT
Server: ECS (pae/37B9)
Vary: Accept-Encoding
X-Cache: HIT
x-ec-custom-error: 1
Content-Length: 1270
Connection: close

<!doctype html>
<html>
<head>
    <title>Example Domain</title>

    <meta charset="utf-8" />
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <style type="text/css">
    body {
        background-color: #f0f0f2;
        margin: 0;
        padding: 0;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        
    }
    div {
        width: 600px;
        margin: 5em auto;
        padding: 50px;
        background-color: #fff;
        border-radius: 1em;
    }
    a:link, a:visited {
        color: #38488f;
        text-decoration: none;
    }
    @media (max-width: 700px) {
        body {
            background-color: #fff;
        }
        div {
            width: auto;
            margin: 0 auto;
            border-radius: 0;
            padding: 1em;
        }
    }
    </style>    
</head>

<body>
<div>
    <h1>Example Domain</h1>
    <p>This domain is established to be used for illustrative examples in documents. You may use this
    domain in examples without prior coordination or asking for permission.</p>
    <p><a href="http://www.iana.org/domains/example">More information...</a></p>
</div>
</body>
</html>

--------------------------------------------------------------------
Finalized SimpleHttpsClient.
