Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@server3:~# curl -v -k -H 'X-Auth-Token: 999888777666' https://192.168.122.14:8080/v1/AUTH_2
- * About to connect() to 192.168.122.14 port 8080 (#0)
- * Trying 192.168.122.14... connected
- * Connected to 192.168.122.14 (192.168.122.14) port 8080 (#0)
- * successfully set certificate verify locations:
- * CAfile: none
- CApath: /etc/ssl/certs
- * SSLv3, TLS handshake, Client hello (1):
- * SSLv3, TLS handshake, Server hello (2):
- * SSLv3, TLS handshake, CERT (11):
- * SSLv3, TLS handshake, Server finished (14):
- * SSLv3, TLS handshake, Client key exchange (16):
- * SSLv3, TLS change cipher, Client hello (1):
- * SSLv3, TLS handshake, Finished (20):
- * SSLv3, TLS change cipher, Client hello (1):
- * SSLv3, TLS handshake, Finished (20):
- * SSL connection using AES256-SHA
- * Server certificate:
- * subject: C=US; ST=Arkansas; L=Fayetteville; O=University of Arkansas; OU=UITS; CN=Paras Pradhan; [email protected]
- * start date: 2012-02-10 17:48:21 GMT
- * expire date: 2012-03-11 17:48:21 GMT
- * common name: Paras Pradhan (does not match '192.168.122.14')
- * issuer: C=US; ST=Arkansas; L=Fayetteville; O=University of Arkansas; OU=UITS; CN=Paras Pradhan; [email protected]
- * SSL certificate verify result: self signed certificate (18), continuing anyway.
- > GET /v1/AUTH_2 HTTP/1.1
- > User-Agent: curl/7.21.6 (x86_64-pc-linux-gnu) libcurl/7.21.6 OpenSSL/1.0.0e zlib/1.2.3.4 libidn/1.22 librtmp/2.3
- > Host: 192.168.122.14:8080
- > Accept: */*
- > X-Auth-Token: 999888777666
- >
- < HTTP/1.1 200 OK
- < X-Account-Object-Count: 7
- < X-Account-Bytes-Used: 14142
- < X-Account-Container-Count: 1
- < Accept-Ranges: bytes
- < Content-Length: 10
- < Content-Type: text/plain; charset=utf-8
- < Date: Fri, 02 Mar 2012 17:01:24 GMT
- <
- container
- * Connection #0 to host 192.168.122.14 left intact
- * Closing connection #0
- * SSLv3, TLS alert, Client hello (1):
Advertisement
Add Comment
Please, Sign In to add comment