Created
June 14, 2017 11:19
This file contains 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
* Trying 192.168.122.172... | |
* TCP_NODELAY set | |
* Connected to rhel7GAx86-64 (192.168.122.172) port 2080 (#0) | |
* Initializing NSS with certpath: sql:/etc/pki/nssdb | |
* skipping SSL peer certificate verification | |
* NSS: client certificate not found (nickname not specified) | |
* ALPN, server accepted to use h2 | |
* SSL connection using TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA | |
* Server certificate: | |
* subject: E=karm@redhat.com,CN=localhost,OU=javaserver,O=Red Hat testing,L=Brno,ST=Czech,C=CZ | |
* start date: Apr 20 14:49:10 2016 GMT | |
* expire date: Apr 18 14:49:10 2026 GMT | |
* common name: localhost | |
* issuer: E=karm@redhat.com,CN=localhost,OU=CA,O=Red Hat testing,L=Brno,ST=Czech,C=CZ | |
* Using HTTP2, server supports multi-use | |
* Connection state changed (HTTP/2 confirmed) | |
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 | |
* Using Stream ID: 1 (easy handle 0x556dc6fe8d80) | |
> GET /clusterbench/session HTTP/1.1 | |
> Host: rhel7GAx86-64:2080 | |
> User-Agent: curl/7.51.0 | |
> Accept: */* | |
> | |
* http2 error: Remote peer returned unexpected data while we expected SETTINGS frame. Perhaps, peer does not support HTTP/2 properly. | |
* Curl_http_done: called premature == 1 | |
* Closing connection 0 | |
curl: (16) NSS: client certificate not found (nickname not specified) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment