Created
February 18, 2017 19:41
-
-
Save guyzmo/c18fc19926bce4b9f0c7d8591fad6c85 to your computer and use it in GitHub Desktop.
IPv6 Connection issue to git.weboob.org
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
* Rebuilt URL to: https://git.weboob.org/ | |
* Trying 136.243.171.154... | |
* TCP_NODELAY set | |
* Connected to git.weboob.org (136.243.171.154) port 443 (#0) | |
* ALPN, offering http/1.1 | |
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH | |
* successfully set certificate verify locations: | |
* CAfile: /etc/ssl/certs/ca-certificates.crt | |
CApath: none | |
* TLSv1.2 (OUT), TLS header, Certificate Status (22): | |
* TLSv1.2 (OUT), TLS handshake, Client hello (1): | |
* TLSv1.2 (IN), TLS handshake, Server hello (2): | |
* TLSv1.2 (IN), TLS handshake, Certificate (11): | |
* TLSv1.2 (IN), TLS handshake, Server key exchange (12): | |
* TLSv1.2 (IN), TLS handshake, Server finished (14): | |
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16): | |
* TLSv1.2 (OUT), TLS change cipher, Client hello (1): | |
* TLSv1.2 (OUT), TLS handshake, Finished (20): | |
* TLSv1.2 (IN), TLS change cipher, Client hello (1): | |
* TLSv1.2 (IN), TLS handshake, Finished (20): | |
* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384 | |
* ALPN, server accepted to use http/1.1 | |
* Server certificate: | |
* subject: CN=git.weboob.org | |
* start date: Dec 31 12:13:00 2016 GMT | |
* expire date: Mar 31 12:13:00 2017 GMT | |
* subjectAltName: host "git.weboob.org" matched cert's "git.weboob.org" | |
* issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3 | |
* SSL certificate verify ok. | |
> GET / HTTP/1.1 | |
> Host: git.weboob.org | |
> User-Agent: curl/7.52.1 | |
> Accept: */* | |
> | |
< HTTP/1.1 302 Found | |
< Server: nginx/1.10.2 | |
< Date: Sat, 18 Feb 2017 19:35:25 GMT | |
< Content-Type: text/html; charset=utf-8 | |
< Content-Length: 102 | |
< Connection: keep-alive | |
< Cache-Control: no-cache | |
< Location: https://git.weboob.org/weboob/devel/ | |
< X-Content-Type-Options: nosniff | |
< X-Frame-Options: SAMEORIGIN | |
< X-Request-Id: be65e141-cd1d-47d5-82e9-786dd2ef0115 | |
< X-Runtime: 0.035284 | |
< X-Xss-Protection: 1; mode=block | |
< Strict-Transport-Security: max-age=63072000; includeSubdomains; preload | |
< X-Frame-Options: DENY | |
< X-Content-Type-Options: nosniff | |
< | |
* Curl_http_done: called premature == 0 | |
* Connection #0 to host git.weboob.org left intact | |
<html><body>You are being <a href="https://git.weboob.org/weboob/devel/">redirected</a>.</body></html> |
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
* Rebuilt URL to: https://git.weboob.org/ | |
* Trying 2a01:4f8:171:2099:5054:ff:fe43:a6be... | |
* TCP_NODELAY set | |
* Connected to git.weboob.org (2a01:4f8:171:2099:5054:ff:fe43:a6be) port 443 (#0) | |
* ALPN, offering http/1.1 | |
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH | |
* successfully set certificate verify locations: | |
* CAfile: /etc/ssl/certs/ca-certificates.crt | |
CApath: none | |
* TLSv1.2 (OUT), TLS header, Certificate Status (22): | |
* TLSv1.2 (OUT), TLS handshake, Client hello (1): | |
* Unknown SSL protocol error in connection to git.weboob.org:443 | |
* Curl_http_done: called premature == 1 | |
* Closing connection 0 | |
curl: (35) Unknown SSL protocol error in connection to git.weboob.org:443 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment