wadeholler

Untitled

Nov 24th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.36 KB | None | 0 0
  1. curl and openssl to localhost:8443 - port forward to contour container
  2.  
  3. ubuntu@ip-10-42-1-190:~$ curl -vvv https://localhost:8443
  4. * Rebuilt URL to: https://localhost:8443/
  5. *   Trying 127.0.0.1...
  6. * Connected to localhost (127.0.0.1) port 8443 (#0)
  7. * found 148 certificates in /etc/ssl/certs/ca-certificates.crt
  8. * found 592 certificates in /etc/ssl/certs
  9. * ALPN, offering http/1.1
  10. * gnutls_handshake() failed: The TLS connection was non-properly terminated.
  11. * Closing connection 0
  12. curl: (35) gnutls_handshake() failed: The TLS connection was non-properly terminated.
  13. ubuntu@ip-10-42-1-190:~$ openssl s_client -connect 127.0.0.1:8443 -servername tempingress.homewsc.net
  14. CONNECTED(00000003)
  15. 140541916497560:error:140790E5:SSL routines:ssl23_write:ssl handshake failure:s23_lib.c:177:
  16. ---
  17. no peer certificate available
  18. ---
  19. No client certificate CA names sent
  20. ---
  21. SSL handshake has read 0 bytes and written 337 bytes
  22. ---
  23. New, (NONE), Cipher is (NONE)
  24. Secure Renegotiation IS NOT supported
  25. Compression: NONE
  26. Expansion: NONE
  27. No ALPN negotiated
  28. SSL-Session:
  29.     Protocol  : TLSv1.2
  30.     Cipher    : 0000
  31.     Session-ID:
  32.     Session-ID-ctx:
  33.     Master-Key:
  34.     Key-Arg   : None
  35.     PSK identity: None
  36.     PSK identity hint: None
  37.     SRP username: None
  38.     Start Time: 1543117975
  39.     Timeout   : 300 (sec)
  40.     Verify return code: 0 (ok)
  41. ---
  42. ubuntu@ip-10-42-1-190:~$
Advertisement
Add Comment
Please, Sign In to add comment