Skip to content

Instantly share code, notes, and snippets.

@Karm
Created June 14, 2017 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Karm/64d45635f5d81d586d556b4915410ddc to your computer and use it in GitHub Desktop.
Save Karm/64d45635f5d81d586d556b4915410ddc to your computer and use it in GitHub Desktop.
* 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