Skip to content

Instantly share code, notes, and snippets.

@slaskawi

slaskawi/curl Secret

Created September 12, 2018 12:27
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 slaskawi/3bc32b8e96c2499cb7b48c3c5cb28616 to your computer and use it in GitHub Desktop.
Save slaskawi/3bc32b8e96c2499cb7b48c3c5cb28616 to your computer and use it in GitHub Desktop.
curl https://172.17.0.6:8443/auth -v -k
* Trying 172.17.0.6...
* TCP_NODELAY set
* Connected to 172.17.0.6 (172.17.0.6) port 8443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* Cipher selection: PROFILE=SYSTEM
* successfully set certificate verify locations:
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (OUT), TLS alert, Server hello (2):
* error:1408F092:SSL routines:ssl3_get_record:data length too long
* stopped the pause stream!
* Closing connection 0
curl: (35) error:1408F092:SSL routines:ssl3_get_record:data length too long
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment