Created
November 4, 2011 22:16
-
-
Save bagder/1340630 to your computer and use it in GitHub Desktop.
linux 7.21.4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./src/curl -I https://admin:[email protected]/cms -kv | |
* About to connect() to db.insideguidance.com port 443 (#0) | |
* Trying 213.73.99.18... connected | |
* Connected to db.insideguidance.com (213.73.99.18) port 443 (#0) | |
* successfully set certificate verify locations: | |
* CAfile: /etc/ssl/certs/ca-certificates.crt | |
CApath: none | |
* SSLv3, TLS handshake, Client hello (1): | |
* SSLv3, TLS handshake, Server hello (2): | |
* SSLv3, TLS handshake, CERT (11): | |
* SSLv3, TLS handshake, Server key exchange (12): | |
* 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 DHE-RSA-AES256-SHA | |
* Server certificate: | |
* subject: C=DE; ST=Berlin; L=Berlin; O=INSIDE Guidance; OU=INSIDE Server; CN=db.insideguidance.com; [email protected] | |
* start date: 2011-07-21 06:17:00 GMT | |
* expire date: 2021-07-18 06:17:00 GMT | |
* common name: db.insideguidance.com (matched) | |
* issuer: C=DE; ST=Berlin; L=Berlin; O=INSIDE Guidance; OU=INSIDE Server; CN=db.insideguidance.com; [email protected] | |
* SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway. | |
* Server auth using Basic with user 'admin' | |
> HEAD /cms HTTP/1.1 | |
> Authorization: Basic YWRtaW46QzB1Y2hiNA== | |
> User-Agent: curl/7.21.4-DEV (i686-pc-linux-gnu) libcurl/7.21.4-DEV OpenSSL/1.0.0e zlib/1.2.3.4 c-ares/1.7.6-DEV libidn/1.22 libssh2/1.4.0_DEV librtmp/2.2e | |
> Host: db.insideguidance.com | |
> Accept: */* | |
> | |
* HTTP 1.1 or later with persistent connection, pipelining supported | |
< HTTP/1.1 401 Unauthorized | |
HTTP/1.1 401 Unauthorized | |
< Date: Fri, 04 Nov 2011 22:15:17 GMT | |
Date: Fri, 04 Nov 2011 22:15:17 GMT | |
< Server: CouchDB/1.1.0 (Erlang OTP/R14B) | |
Server: CouchDB/1.1.0 (Erlang OTP/R14B) | |
< Content-Type: text/plain;charset=utf-8 | |
Content-Type: text/plain;charset=utf-8 | |
< Content-Length: 67 | |
Content-Length: 67 | |
< Cache-Control: must-revalidate | |
Cache-Control: must-revalidate | |
< Via: 1.1 db.insideguidance.com | |
Via: 1.1 db.insideguidance.com | |
< Vary: Accept-Encoding | |
Vary: Accept-Encoding | |
< Connection: close | |
Connection: close | |
< | |
* Closing connection #0 | |
* SSLv3, TLS alert, Client hello (1): |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment