Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- curl and openssl to localhost:8443 - port forward to contour container
- ubuntu@ip-10-42-1-190:~$ curl -vvv https://localhost:8443
- * Rebuilt URL to: https://localhost:8443/
- * Trying 127.0.0.1...
- * Connected to localhost (127.0.0.1) port 8443 (#0)
- * found 148 certificates in /etc/ssl/certs/ca-certificates.crt
- * found 592 certificates in /etc/ssl/certs
- * ALPN, offering http/1.1
- * gnutls_handshake() failed: The TLS connection was non-properly terminated.
- * Closing connection 0
- curl: (35) gnutls_handshake() failed: The TLS connection was non-properly terminated.
- ubuntu@ip-10-42-1-190:~$ openssl s_client -connect 127.0.0.1:8443 -servername tempingress.homewsc.net
- CONNECTED(00000003)
- 140541916497560:error:140790E5:SSL routines:ssl23_write:ssl handshake failure:s23_lib.c:177:
- ---
- no peer certificate available
- ---
- No client certificate CA names sent
- ---
- SSL handshake has read 0 bytes and written 337 bytes
- ---
- New, (NONE), Cipher is (NONE)
- Secure Renegotiation IS NOT supported
- Compression: NONE
- Expansion: NONE
- No ALPN negotiated
- SSL-Session:
- Protocol : TLSv1.2
- Cipher : 0000
- Session-ID:
- Session-ID-ctx:
- Master-Key:
- Key-Arg : None
- PSK identity: None
- PSK identity hint: None
- SRP username: None
- Start Time: 1543117975
- Timeout : 300 (sec)
- Verify return code: 0 (ok)
- ---
- ubuntu@ip-10-42-1-190:~$
Advertisement
Add Comment
Please, Sign In to add comment