bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17029: output of "curl -v"


From: Peter Münster
Subject: bug#17029: output of "curl -v"
Date: Tue, 18 Mar 2014 13:08:33 +0100
User-agent: Gnus/5.13001 (真 Gnus v0.10) Emacs/24.3.50 (gnu/linux)

Hi,

Here is the output of https://btc-e.com/api/2/btc_eur/ticker :

--8<---------------cut here---------------start------------->8---
* Adding handle: conn: 0x111ff20
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x111ff20) send_pipe: 1, recv_pipe: 0
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
.  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     
0* About to connect() to btc-e.com port 443 (#0)
*   Trying 141.101.121.193...
* Connected to btc-e.com (141.101.121.193) port 443 (#0)
* successfully set certificate verify locations:
*   CAfile: none
  CApath: /etc/ssl/certs/
* SSLv3, TLS handshake, Client hello (1):
} [data not shown]
* SSLv3, TLS handshake, Server hello (2):
{ [data not shown]
* SSLv3, TLS handshake, CERT (11):
{ [data not shown]
* SSLv3, TLS handshake, Server key exchange (12):
{ [data not shown]
* SSLv3, TLS handshake, Server finished (14):
{ [data not shown]
* SSLv3, TLS handshake, Client key exchange (16):
} [data not shown]
* SSLv3, TLS change cipher, Client hello (1):
} [data not shown]
* SSLv3, TLS handshake, Finished (20):
} [data not shown]
* SSLv3, TLS change cipher, Client hello (1):
{ [data not shown]
* SSLv3, TLS handshake, Finished (20):
{ [data not shown]
* SSL connection using ECDHE-RSA-AES128-GCM-SHA256
* Server certificate:
*        subject: OU=Domain Control Validated; CN=*.btc-e.com
*        start date: 2014-03-15 15:12:42 GMT
*        expire date: 2016-03-15 15:12:42 GMT
*        subjectAltName: btc-e.com matched
*        issuer: C=US; ST=Arizona; L=Scottsdale; O=GoDaddy.com, Inc.; 
OU=http://certs.godaddy.com/repository/; CN=Go Daddy Secure Certificate 
Authority - G2
*        SSL certificate verify ok.
> GET /api/2/btc_eur/ticker HTTP/1.1.
> User-Agent: curl/7.32.0.
> Host: btc-e.com.
> Accept: */*.
> .
< HTTP/1.1 200 OK.
* Server cloudflare-nginx is not blacklisted
< Server: cloudflare-nginx.
< Date: Tue, 18 Mar 2014 12:04:53 GMT.
< Content-Type: text/html; charset=utf-8.
< Transfer-Encoding: chunked.
< Connection: keep-alive.
< Set-Cookie: __cfduid=d269982b5e43268e8c6337d78a075dc081395144293868; 
expires=Mon, 23-Dec-2019 23:50:00 GMT; path=/; domain=.btc-e.com; HttpOnly.
< X-Frame-Options: DENY.
< Expires: Thu, 01 Jan 1970 00:00:01 GMT.
< Cache-Control: no-cache.
< CF-RAY: 10d14b9ca74e0ae4-WAW.
< .
{ [data not shown]
.100   180    0   180    0     0    395      0 --:--:-- --:--:-- --:--:--   396
* Connection #0 to host btc-e.com left intact
{"ticker":{"high":450.51999,"low":436.54001,"avg":443.53,"vol":54642.46029,"vol_cur":123.32814,"last":437,"buy":439.49985,"sell":437,"updated":1395144293,"server_time":1395144293}}
--8<---------------cut here---------------end--------------->8---

Regards,
-- 
           Peter





reply via email to

[Prev in Thread] Current Thread [Next in Thread]