Created
June 6, 2018 00:49
-
-
Save anshprat/517d1420198c67001738ffa02f86ec01 to your computer and use it in GitHub Desktop.
unbale to connect to 1.1.1.1 w/ either libressl or openssl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mouthwash :~/tmp\>curl -vvv https://1.1.1.1 | |
* Rebuilt URL to: https://1.1.1.1/ | |
* Trying 1.1.1.1... | |
* TCP_NODELAY set | |
* Connected to 1.1.1.1 (1.1.1.1) port 443 (#0) | |
* ALPN, offering http/1.1 | |
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH | |
* successfully set certificate verify locations: | |
* CAfile: /usr/local/etc/openssl/cert.pem | |
CApath: /usr/local/etc/openssl/certs | |
* TLSv1.2 (OUT), TLS header, Certificate Status (22): | |
* TLSv1.2 (OUT), TLS handshake, Client hello (1): | |
* OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to 1.1.1.1:443 | |
* Closing connection 0 | |
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to 1.1.1.1:443 | |
mouthwash :~/tmp\>curl -vvv https://1.1.1.1 | |
* Rebuilt URL to: https://1.1.1.1/ | |
* Trying 1.1.1.1... | |
* TCP_NODELAY set | |
* Connected to 1.1.1.1 (1.1.1.1) port 443 (#0) | |
* 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/cert.pem | |
CApath: none | |
* TLSv1.2 (OUT), TLS handshake, Client hello (1): | |
* LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to 1.1.1.1:443 | |
* stopped the pause stream! | |
* Closing connection 0 | |
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to 1.1.1.1:443 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment