Schannel: disabled automatic use of client certificate

Error Message

curl -v https : // vddl . great-site . net

  • Host vddl.great-site.net:443 was resolved.

  • schannel: disabled automatic use of client certificate

  • ALPN: curl offers http/1.1

  • ALPN: server accepted http/1.1

  • using HTTP/1.x

GET / HTTP/1.1
Host: vddl.great-site.net
User-Agent: curl/8.9.1
Accept: /

  • Request completely sent off
  • schannel: remote party requests renegotiation
  • schannel: renegotiating SSL/TLS connection
  • schannel: SSL/TLS connection renegotiated
  • schannel: remote party requests renegotiation
  • schannel: renegotiating SSL/TLS connection
  • schannel: SSL/TLS connection renegotiated
  • schannel: server closed abruptly (missing close_notify)
  • closing connection #0
    curl: (56) Failure when receiving data from the peer

Other Information

how to fix it?

Sounds like this

or this

6 Likes

Non-web requests are blocked on our hosting, which includes requests using the curl command.

This is completely expected. Client certificates are a mechanism where not only the server sends an SSL certificate, but the client does too. This is a method of authentication.

You can forget those technical details though. The key point to understand is that client certificates are not used for regular web traffic.

6 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.