My site started crawling about an hour or two ago. I ran a curl command and got this error:
- schannel: sending initial handshake data: sending 156 bytes…
- schannel: sent initial handshake data: sent 156 bytes
- schannel: SSL/TLS connection with [ip address] port 443 (step 2/3)
- schannel: failed to receive handshake, need more data
- schannel: SSL/TLS connection with [ip address] port 443 (step 2/3)
- schannel: encrypted data got 1452
- schannel: encrypted data buffer: offset 1452 length 4096
- schannel: encrypted data length: 1382
- schannel: encrypted data buffer: offset 1382 length 4096
- schannel: received incomplete message, need more data
- schannel: SSL/TLS connection with [ip address] port 443 (step 2/3)
- schannel: encrypted data got 2714
- schannel: encrypted data buffer: offset 4096 length 4096
- schannel: received incomplete message, need more data
- schannel: SSL/TLS connection with [ip address] port 443 (step 2/3)
- schannel: encrypted data got 190
- schannel: encrypted data buffer: offset 4286 length 5120
- schannel: received incomplete message, need more data
- schannel: SSL/TLS connection with [ip address] port 443 (step 2/3)
- schannel: encrypted data got 925
- schannel: encrypted data buffer: offset 5211 length 5310
- schannel: SNI or certificate check failed: SEC_E_WRONG_PRINCIPAL (0x80090322) - The target principal name is incorrect.
- Closing connection 0
- schannel: shutting down SSL/TLS connection with [ip address] port 443
- schannel: clear security context handle
How do I fix it?