Created
November 20, 2019 10:41
-
-
Save kiyoka/197fae94d2df46e093abb3a4c187f510 to your computer and use it in GitHub Desktop.
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
C:\Users\kiyoka>curl -v https://agents.deepsecurity.trendmicro.com:443/ | |
* Trying 34.206.146.6... | |
* TCP_NODELAY set | |
* Connected to agents.deepsecurity.trendmicro.com (34.206.146.6) port 443 (#0) | |
* schannel: SSL/TLS connection with agents.deepsecurity.trendmicro.com port 443 (step 1/3) | |
* schannel: checking server certificate revocation | |
* schannel: sending initial handshake data: sending 199 bytes... | |
* schannel: sent initial handshake data: sent 199 bytes | |
* schannel: SSL/TLS connection with agents.deepsecurity.trendmicro.com port 443 (step 2/3) | |
* schannel: failed to receive handshake, need more data | |
* schannel: SSL/TLS connection with agents.deepsecurity.trendmicro.com port 443 (step 2/3) | |
* schannel: encrypted data got 146 | |
* schannel: encrypted data buffer: offset 146 length 4096 | |
* schannel: next InitializeSecurityContext failed: SEC_E_ILLEGAL_MESSAGE (0x80090326) - This error usually occurs when a fatal SSL/TLS alert is received (e.g. handshake failed). More detail may be available in the Windows System event log. | |
* Closing connection 0 | |
* schannel: shutting down SSL/TLS connection with agents.deepsecurity.trendmicro.com port 443 | |
* schannel: clear security context handle | |
curl: (35) schannel: next InitializeSecurityContext failed: SEC_E_ILLEGAL_MESSAGE (0x80090326) - This error usually occurs when a fatal SSL/TLS alert is received (e.g. handshake failed). More detail may be available in the Windows System event log. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment