Created
February 17, 2012 20:24
-
-
Save Tyrael/1855247 to your computer and use it in GitHub Desktop.
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
tyrael@thor:~$ curl -vvv -X OPTIONS https://svn.php.net/repository/php/php-src | |
* About to connect() to svn.php.net port 443 (#0) | |
* Trying 69.147.83.196... connected | |
* Connected to svn.php.net (69.147.83.196) port 443 (#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 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: O=*.php.net; OU=Domain Control Validated; CN=*.php.net | |
* start date: 2011-06-04 23:45:00 GMT | |
* expire date: 2013-06-04 23:45:00 GMT | |
* subjectAltName: svn.php.net matched | |
* issuer: C=US; ST=Arizona; L=Scottsdale; O=GoDaddy.com, Inc.; OU=http://certificates.godaddy.com/repository; CN=Go Daddy Secure Certification Authority; serialNumber=07969287 | |
* SSL certificate verify ok. | |
> OPTIONS /repository/php/php-src HTTP/1.1 | |
> User-Agent: curl/7.21.0 (x86_64-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.15 libssh2/1.2.6 | |
> Host: svn.php.net | |
> Accept: */* | |
> | |
< HTTP/1.1 200 OK | |
< Date: Fri, 17 Feb 2012 20:24:09 GMT | |
< Server: Apache/2.2.19 (FreeBSD) mod_ssl/2.2.19 OpenSSL/1.0.0d DAV/2 PHP/5.2.10 SVN/1.6.17 | |
< DAV: 1,2 | |
< DAV: version-control,checkout,working-resource | |
< DAV: merge,baseline,activity,version-controlled-collection | |
< DAV: http://subversion.tigris.org/xmlns/dav/svn/depth | |
< DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops | |
< DAV: http://subversion.tigris.org/xmlns/dav/svn/partial-replay | |
< DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo | |
< DAV: <http://apache.org/dav/propset/fs/1> | |
< MS-Author-Via: DAV | |
< Allow: OPTIONS,GET,HEAD,POST,DELETE,TRACE,PROPFIND,PROPPATCH,COPY,MOVE,LOCK,UNLOCK,CHECKOUT | |
< Content-Length: 0 | |
< Vary: Accept-Encoding | |
< Content-Type: text/plain | |
< | |
* Connection #0 to host svn.php.net left intact | |
* 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