Skip to content

Instantly share code, notes, and snippets.

@Esardes
Created March 24, 2021 18:01
Show Gist options
  • Save Esardes/84cd8f3ffc1de93704061cca0c32a32f to your computer and use it in GitHub Desktop.
Save Esardes/84cd8f3ffc1de93704061cca0c32a32f to your computer and use it in GitHub Desktop.
linkerd-proxy-test-errors
ERROR1
```
* Proxy replied OK to CONNECT request
* ALPN, offering h2
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: /etc/ssl/certs
* TLSv1.2 (OUT), TLS header, Certificate Status (22):
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* Unknown SSL protocol error in connection to httpbin.org:443
* Curl_http_done: called premature == 0
* Closing connection 0
curl: (35) Unknown SSL protocol error in connection to httpbin.org:443
```
ERROR2
```
* Proxy replied 200 to CONNECT request
* CONNECT phase completed!
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to httpbin.org:443
* Closing connection 0
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to httpbin.org:443
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment